Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Lingo87

    (@lingo87)

    I am using cpanel, where i can find vhost or I need root access for this?

    Thread Starter Lingo87

    (@lingo87)

    Update:
    My wildcard is set. NSLOOKUP works.
    I tried a lot of htaccess rules, but nothing works.

    Whats did I wrong?

    Thread Starter Lingo87

    (@lingo87)

    Hey 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
    Thomas

    Thread Starter Lingo87

    (@lingo87)

    I found a redirect fault in my htaccess. (added by me ?? )

    So it is solved. Sry.

    Thread Starter Lingo87

    (@lingo87)

    push

    Thread Starter Lingo87

    (@lingo87)

    Hi Ipstenu,

    ok you convinced me.
    Ok I think i can rest easy now. ??

    Regards and thanks for your reply.

    Regards
    Thomas

    Thread Starter Lingo87

    (@lingo87)

    Hi,

    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

Viewing 7 replies - 1 through 7 (of 7 total)