Lingo87
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Redirect for all SubdomainsI am using cpanel, where i can find vhost or I need root access for this?
Forum: Fixing WordPress
In reply to: Redirect for all SubdomainsUpdate:
My wildcard is set. NSLOOKUP works.
I tried a lot of htaccess rules, but nothing works.Whats did I wrong?
Forum: Networking WordPress
In reply to: Multisite google index problemHey Ipstenu,
thanks for the link.
Are your sure that your robots-mapped.txt works?
If i go on google an type in “site:site:tech.ipstenu.org”, there are a lot of indexed pages. ??Can you give me answer to this question too, pls:
Which settings are I need to do at my provider?
Current I set my webspace path to my root multisite folder. Is that correct or I have to set a redirect 301?
Regards
ThomasForum: Fixing WordPress
In reply to: Strange article redirectI found a redirect fault in my htaccess. (added by me ?? )
So it is solved. Sry.
Forum: Fixing WordPress
In reply to: Permalinks with .html and Slashpush
Forum: Networking WordPress
In reply to: Login page hint to multisiteHi Ipstenu,
ok you convinced me.
Ok I think i can rest easy now. ??Regards and thanks for your reply.
Regards
ThomasForum: Networking WordPress
In reply to: Login page hint to multisiteHi,
thanks Ipstenu for your fast reply.
Is there a way to disable these hints to my multisite domain?
Not at this time, though we’re talking about adding in some filters. No sooner than 4.2 if that. Though why do you care?
I dont want hints to my Multisite domain, because if someone want to hack my website and he will find my multisite, he will have access to all websites. Thats why I care about the hints. I want my multisite domain so much invisible I can.
Is there a way to disable the whole login-page for single sites?
No. Because then how will people log in?
You COULD redirect them but if you ever use mapped domains or subdomains, cookies would become a nightmare.
Oh wait!
I already set up a wp-multisite with subfolders (www.mymultisite.com) (Domain Mapping Plugin activated)
What do you think about these lines in my htaccess?
RewriteCond %{HTTP_HOST} ^www.mydomain.com$ [NC] RewriteRule ^(wp-login.*)$ 404.php [R=404,L] RewriteCond %{HTTP_HOST} ^www.mydomain.com$ [NC] RewriteRule ^(wp-admin.*)$ 404.php [R=404,L]
I can add the lines for every single domain or delete them if I need the admin access to a single domain.
Regards
Thomas