jminscoe
10-18-2005, 11:25 PM
I keep getting a 404 error here http://www.jodee.biz/directory/Business/ or whenever I go to any catagory my .htaccess file is renamed this .htaccess.1129666748 for some reason could that be why my categories don't show up in my .htaccess is says
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php [QSA,L]
Ok I think I solved it I renamed my .htaccess file w/o the numbers so it showing again
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php [QSA,L]
Ok I think I solved it I renamed my .htaccess file w/o the numbers so it showing again