New site URL works only with default permalinks not post name permalinks
-
Hi,
I changed both Site URL an WordPress URL and it works fine. But only with default permalinks. When I change it to post name permalinks the site doesn’t work (404).
.htacces is:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Can anyone help? Thank you!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘New site URL works only with default permalinks not post name permalinks’ is closed to new replies.