Daniel Möck
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Networking WordPress
In reply to: Multisite Subdomain map to new domainhaha, thanks 😉
Sure!
Forum: Networking WordPress
In reply to: Multisite Subdomain map to new domainThanks for your answer!
But … I don’t know how I did this – The Multisite installation and the domain mapping works now.
I’ll never touch the configs again and I hope it will run forever 😉
Forum: Networking WordPress
In reply to: Multisite Subdomain map to new domainIf I go to whatsmydns.com I receive my server IP.
I guess thats what it should return.I’m using WordPress MU Domain Mapping.
The subdomains work btw.Do you have an idea what could be the origin of my problem?
Forum: Networking WordPress
In reply to: Multisite Subdomain map to new domainDude herrieripin, I need help here! :.
Hey Axel,
the domain is allready linked to the server IP. If it’s not a cname and a rec problem. Could it be a htaccess problem?
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^(wp-(content|admin|includes).*) $1 [L] RewriteRule ^(.*\.php)$ $1 [L] RewriteRule . index.php [L]
Viewing 4 replies - 1 through 4 (of 4 total)