Another 500 error
-
Trying to set up a multisite on a goDaddy linux server and, like many other am getting a 500 error when trying to go to the subsite’s dashboard.
here is my htaccess code
RewriteEngine On RewriteBase /officedepot/ RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) home/content/10/5320810/html/werxrepair/officedepot/$2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ home/content/10/5320810/html/werxrepair/officedepot/$2 [L] RewriteRule . index.php [L]and here is my wp-config code
* For developers: WordPress debugging mode. * * Change this to true to enable the display of notices during development. * It is strongly recommended that plugin and theme developers use WP_DEBUG * in their development environments. */ define('WP_DEBUG', false); /* Multisite */ define( 'WP_ALLOW_MULTISITE', true ); define('MULTISITE', true); define('SUBDOMAIN_INSTALL', false); define('DOMAIN_CURRENT_SITE', 'werxrepair.com'); define('PATH_CURRENT_SITE', '/officedepot/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1); /* That's all, stop editing! Happy blogging. */ /** Absolute path to the WordPress directory. */ if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/'); /** Sets up WordPress vars and included files. */ require_once(ABSPATH . 'wp-settings.php');any help will be greatly appreciated as goDaddy is NO HELP.
Cheers
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Another 500 error’ is closed to new replies.