Subdomains not set up properly?
-
Am pretty new to WordPress but love exploring the possibilities of it. However, I have encountered a problem setting up two subdomains of a site (www.cdptest.net – no content added as yet).
In Network Admin, clicking on dashboard for either of the subdomains (basftest.cdptest.net / whitesales.cdptest.net) causes an internal server error. Clicking on the dashboard for the main site works OK.
I’m pretty sure I’ve set everything up correctly as it seems to be almost working, however I can’t locate the problem. I’ve also read things about increasing memory, replacing the .htaccess file, etc., but bearing in mind no content has been added to these sites, I don’t think this will have any effect.
The .htaccess file is as follows:
# Use PHP5 Single php.ini as default AddHandler application/x-httpd-php5s .php RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule . index.php [L]
The host is Bluehost – could the issue be with them? Any ideas would be much appreciated as I am at a loss as to what to do next.
Many thanks,
Phil
- The topic ‘Subdomains not set up properly?’ is closed to new replies.