Hi,
I tried renaming the .htaccess to htaccess.bak and when i did that category pages never loaded at all.
here is the content of my .htaccess...
Code:
RewriteEngine On
RewriteRule ^browse-(.*)-(.*)-(.*).html browse.php?cat=$2&pg_which=$3
RewriteRule ^detail-(.*)-(.*).html detail.php?id=$2
Options +FollowSymLinks
RewriteEngine on
RewriteBase /
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /([^/]*/)*index\.php? [NC]
RewriteRule ^(([^/]*/)*)index\.php?$ http://www.hostoholic.com/$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^hostoholic\.com [NC]
RewriteRule ^(.*)$ http://www.hostoholic.com/$1 [R=301,L]
Thanks for any help.