Replies: 0
Have network set at https://sweetblogspot.com but cannot access due to “internal server error” (500)
Checked error log but no entries
Have tried each of the versions of .htaccess file but no change.
No idea what the original multisite wp version was other than either WPMU or later. (how do I find that out?)
Stuck.
.htaccess file currently set as: (WP v 3- 3.4.2)
# BEGIN WordPress
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://mydomain.com/$1 [R,L]
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
wp-config multisite code:
/* Multisite */
define(‘WP_ALLOW_MULTISITE’, true);
define(‘MULTISITE’, true);
define(‘SUBDOMAIN_INSTALL’, true);
define(‘DOMAIN_CURRENT_SITE’, ‘mydomain.com’);
define(‘PATH_CURRENT_SITE’, ‘/’);
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOG_ID_CURRENT_SITE’, 1);
This site was previously hacked and I have had to replace all but wp-content. wp-content has been given a going over to try and clean it – think it is now clean.
Any assistance would be greatly appreciated – my current ISP is not communicating.