When I use it in the catagory menu, it will again do the 404 error for any products under that catagory.
I have the file .htaccess
when i look at the file here is the code
Code: Select all
RewriteEngine off
<IfModule mod_suphp.c>
suPHP_ConfigPath /home/alan868/public_html/php.ini
<Files php.ini>
order allow,deny
deny from all
</Files>
</IfModule>
Any help would be great.