index.php and /

hello to everyone,



Can somebody explain me how to redirect index.php to /

Now google detects that I have duplicate title tags… I am using 2.0.8 on a linux server.

Thank you in advance!

try this out, i must experiment a litle.

[url]http://www.linuxkungfu.org/tools/htaccesser/[/url]

ok i have it


RewriteCond %{THE_REQUEST} index\.php [NC]
RewriteRule (.*)index\.php http://www.myshop.com/$1 [NC,R=301]




ad this on the end of you htaccess file. But please test all url´s first if you have an live shop!

mhh its work, but not all, because add to cart isnt work after change! :frowning:

Ok thanks, I will try and post a reply :wink:

t will not work, because add to cart dont work after adding the code to the htaccess

Ok, I won’t then…I will keep looking…

Did you ever solve this one?