I developed a website with wordpress, my pages are category pages, the urls are : www.dns.com/?cat=6
I want to change that for www.dns.com/contacts for instance.
So I went in admin > Settings > Permalink
I read this page: http://codex.wordpress.org/Using_Permalinks
I tried these structures (in the "Custom Structure" field): /index.php/%category% or %category%
When I enter on my website, the first click works (any link I choose), url displays like this:
www.dns.com/category/contacts (is "category" normal here) but next click goes to 404 error page (http://www.uzabi.com/index.php/category/?cat=5)
Can anyone help me there?