Please help!
I got an issue regarding the website http://www.alexgamaimpex.ro
I've configured .htacces file so the non www version redirects to www version.
# redirect rules first
RewriteCond %{HTTP_HOST} ^alexgamaimpex.ro$ [NC]
RewriteRule ^(.*) http://www.alexgamaimpex.ro/$1 [R=301,L]
# then routing rules
RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]
One of my problems now is that the cart function and compare function won't work anymore.
The second problem is that google indexed some of my pages in the non seo friendly url form (http://www.alexgamaimpex.ro/index.php?r ... duct_id=58 instead of http://www.alexgamaimpex.ro/Tevi/Tevi-s ... -p58c66c92 )
Hope you can help me!
If any details needed, please ask!
Thank you!