CANNOT Search or browse by merchant, category or brand
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
the same with clicking on an item that has been searched also the same with -review an item. help someone plz.
Thank you for your swift and concise support. I had a .htaccess file in the root directory and just like many people it had some word press stuff written on there so i made a fresh htaccess file in the subdirectory which uses price tapestry. Then apon putting the config file back to its default settings the entire thing magically began to work ..... thanks again. - Mark.
Hi,
This is to do with rewrite.
It sounds like you have setup, in config.php:
$config_useRewrite = TRUE;
...but there is a problem with .htaccess on your server.
I am assuming you have created the file, otherwise you would get 404 (Not Found), instead of a server error. So, I am wondering if it is the same problem as in this thread.
If you edit your .htaccess and DELETE this line (at the top):
Options -MultiViews
That might help.
If there is still a problem, then you can go back to config.php and change line 8 to:
$config_useRewrite = False;
...then let me know what Web Server you are using I will try and help more...
Cheers,
David.