Permalink Issue
-
Hello,
I have been trying to change my permalinks into something nicer for SEO purposes. The only one I can use is default, otherwise I get a error 404 in my portfolio. The custom permalink I want is /%category%/%postname%/ . I have looked online, and added:# BEGIN WordPress
<IfModule mod_rewrite.c>
ErrorDocument 404 /index.php?error=404
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
to my .htaccess file. It did not allow me to use my custom permalink.My site is nikkicatart.com
Thanks.
- The topic ‘Permalink Issue’ is closed to new replies.