After update to 3.9, one sub site directs to /wp-signup.php?new=
-
Appears I’m having the same issue as dwparish here.
sub-site in question is https://susan.collagecreative.net.
I can’t get to dashboard nor front of site; every attempt lands me at https://collagecreative.net/wp-signup.php?new=susan
This is the same whether I am logged in as super admin or not logged in at all. Tried re-installing WP 3.9 and no change.
Here’s what I have in .htaccess:
php_value upload_max_filesize 15M php_value post_max_size 15M php_value memory_limit 96M # BEGIN WordPress <IfModule mod_rewrite.c> 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] </IfModule> php_value allow_url_fopen 1 # END WordPress
No possibility of camelcase in the subdomain name.
Any thoughts?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘After update to 3.9, one sub site directs to /wp-signup.php?new=’ is closed to new replies.