Hi people!
I'm using ZenCart for about 2 months and I applied some theme over it and it became beautiful but in recent days I thought it would be great to SEO it a little so I redirected my last domain to the new URL and started thinking of www/non-www and index.php optimisation.
I used some other .htaccess files found on other sources in the net but then I got a problem with the admin login and I came here to seek sollution. I found it with RewriteEngine Off but then I found out that I cant add things to my cart. I fixed that with this rows:
and includex -Indexes in options. But then I couldn't log into my shop account. No matter what I tried - changing www./non-www. in includes/configure/ - no real result.Code:Options +FollowSymLinks RewriteEngine On RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /.*index\.php?\ HTTP/ RewriteRule ^(.*)index\.php?$ http://www.website.com/$1 [R=301,L] RewriteCond %{HTTP_HOST} ^website\.com$ [NC] RewriteRule ^(.*)$ http://www.website.com/$1 [R=301,L]
Guys I'm out of options and have to fix it but I don't know how. Any ideas?
I know it's probably been discussed millions of times but I'll continue to search for a compatible solution right now...



