Access problem with subdomains after Multisite installation
-
After successfully creating the subdomain “genealogie.hobbie.de” I manually installed Multisite nd my intention was to create another subdomain named “newhome.hobbie.de”.
What I got is a subdomain named “newhome.genealogie.hobbie.de”. It is correctly shown under “My Websites” but this site cannot be found.
As Multisite as such seems to work the change in file “wp.config.php” should be correct.
The file “.htaccess” was changed to:# BEGIN WordPress
<IfModule mod_rewrite.c>
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).*) WordPress_01/$1 [L]
RewriteRule ^(.*\.php)$ WordPress_01/$1 [L]
RewriteRule . index.php [L]</IfModule>
# END WordPress
So, what is my mistake ?
Or better, how to solve my problem ?Regards, Dierk Hobbei, Germany
The page I need help with: [log in to see the link]
- The topic ‘Access problem with subdomains after Multisite installation’ is closed to new replies.