Ok, its been fixed.

At the top of the document, this needed added.

Options -Multiviews



Then rewrite rule was replaced with

Code:
RewriteRule ^(.*)favicon.ico - [L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.+) /store/index.php?$1 [L]

Now the only problem, is that filtering doesnt work.


http://thehockeyjersey.co/store/new

^NICE!!


But try to filter, it just resets itself and doesnt filter at all.