Server Not Found on New Site
-
I just upgraded to a multisite install. My original site seems to be working fine. I can see the dashboard, visit the site etc. Then I tried to create a new website at office.mysite.com. When I click on Dashboard or Visit site I get Server Not Found.
I have a Wildcard subdomain created through my cPanel on Hostgator.
I have the following in my .htaccess
# 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).*) $1 [L] RewriteRule ^(.*\.php)$ $1 [L] RewriteRule . index.php [L] </IfModule> # END WordPress
Any suggestions?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Server Not Found on New Site’ is closed to new replies.