404 and permalink structure changes
-
Greetings
under a multi site install, for one site I have changed the permalink structure to
/%category%/%postname%/
now when I want to view a post, like
https://mydomaine2.com/uncategorized/hello-world/I have a 404
I’m quite confused cause if I well understand with Multisite you only have to change the permalink structure to the site option page
https://mydomaine1.com/wp-admin/network/site-settings.php?update=updated&id=3
but there is no more change on the .htaccess files to be done
so actually I have no clue where the mistake can come from
I have added my .htaccess in case of
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]
thank you very much in advance
Steffy
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘404 and permalink structure changes’ is closed to new replies.