Main site works, but subdomain sites give 404 for links after home
-
Hi Guys,
I’m having a problem I can’t figure out.
I am using a subdomain multisite install. It was working fine until recently and I can’t figure out what has happpened.
The main site is all working fine https://www.utilitywise.com/
However, the sites installed on subdomains all give server 404 messages when clicking links from the homepage e.g. https://fr.utilitywise.com/
I have disabled all plugins, changed to twentyeleven theme, changed and saved permalinks… but none of these have any positive effect.
My htaccess is as follows and ‘looks’ right to me??
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [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).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*.php)$ $2 [L] RewriteRule . index.php [L] </IfModule> # END WordPress
Any help would be great as I’m stumped!!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Main site works, but subdomain sites give 404 for links after home’ is closed to new replies.