Permalinks issue
-
As of this morning I am having a permalinks issue and had to reset to default to get them to work again.
However, when I tried to change the setting back to /%postname%/ the links stopped working again. Here is my htaccess info, any help would be appreciated.
Options FollowSymLinks
# 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
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Permalinks issue’ is closed to new replies.