Ok I got the Cache problem fixed it was 2 words in the database file. I was hoping to have no problems from there on and I encounter another problem.
the website is http://www.ausxmods.com (demo site) now when you click on a product you are stuck at the categories (ie. it just refreshes)
is my .htaccess correct? it looks alot smaller than the original v2 one.
Code:
RewriteEngine On
RewriteBase /
# Seo Urls version 3.x
# Don't rewrite real files or directories
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index\.php?seo_url=$1&%{QUERY_STRING} [L]
If anyone has time please take a look :)
Bookmarks