Permalink /%postname%/ error redirects all links to homepage
-
Hi
I have an issue with the permalink setting
/%postname%/
as this is redirecting all the page links to the homepage. The issue may be viewed here.I have searched to try and find a solution to this problem but cannot find a solution. I have changed the permalink settings to the wordpress default and the links worked perfectly until I change the permalink back to
/%postname%/
and all the links redirect to the homepage.The htacess file is the default wordpress htacess
# 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
What can be the issue.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Permalink /%postname%/ error redirects all links to homepage’ is closed to new replies.