I have CS3 Final installed. Everything was fine. I enabled SEO...now when I try to go to a catagory, I get "Error_Occurred" message. So I disabled SEO. Same thing. I tried ?cc in admin, and still does it. Any ideas??
|
|
Posted 03 June 2012 - 07:06 AM #1
Posted 03 June 2012 - 09:26 AM #2
Posted 03 June 2012 - 06:44 PM #3
Posted 03 June 2012 - 11:05 PM #4
johnbol1, on 03 June 2012 - 06:44 PM, said:
Posted 04 June 2012 - 03:17 AM #5
parodius420, on 03 June 2012 - 11:05 PM, said:
DirectoryIndex index.html index.php
<IfModule mod_rewrite.c>
RewriteEngine on
# Some hostings require RewriteBase to be uncommented
# Example:
# Your store url is http://www.yourcompany.com/store/cart
# So "RewriteBase" should be:
# RewriteBase /store/cart
# RewriteBase /
RewriteCond %{REQUEST_FILENAME} !\.(png|gif|ico|swf|jpe?g|js|css)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php?sef_rewrite=1 [L,QSA]
</IfModule>
Posted 04 June 2012 - 05:39 AM #7
Posted 04 June 2012 - 05:40 AM #8
miracles, on 04 June 2012 - 05:39 AM, said: