500 Error in subdomain admin only
-
Hi all,
Newbie on Multisites. I have configured and installed multisites without a problem (or so I thought) Front end main domain and subdomains working, backend as SuperAdmin all works. Even the Dashboard for the main site works. However, when I go to click on the sub-domain dashboard I get an internal error.
My error logs show the following:
[Tue Aug 30 03:10:42 2011] [warn] RewriteCond: NoCase option for non-regex pattern '-f' is not supported and will be ignored. [Tue Aug 30 03:10:44 2011] [error] [client 118.173.86.244] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
Other than that, I have no errors in the log.
My wp_config.php looks like this:
* in their development environments. */ define('WP_DEBUG', false); define( 'MULTISITE', true ); define( 'SUBDOMAIN_INSTALL', true ); $base = '/'; define( 'DOMAIN_CURRENT_SITE', 'nameofmysite.com' ); define( 'PATH_CURRENT_SITE', '/' ); define( 'SITE_ID_CURRENT_SITE', 1 ); define( 'BLOG_ID_CURRENT_SITE', 1 ); /* That's all, stop editing! Happy blogging. */
while .htaccess looks like this:
# Use PHP5 Single php.ini as default AddHandler application/x-httpd-php5s .php # BEGIN WordPress 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] # END WordPress
Any ideas anyone? Thanks
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘500 Error in subdomain admin only’ is closed to new replies.