Hello
I try to add a redirect like this
RewriteEngine On
RewriteCond %{HTTP_HOST} ^test.com [OR]
RewriteCond %{HTTP_HOST} ^www.test.com
RewriteRule (.*) http
://www.test/subfolder/$1 [R=301,L]
But as a result i get a loop like this
http://www.test/subfolder/subfolder/subfolder/subfolder/subfolder/
However at this tool the code worked fine
http
://htaccess.madewithlove.be/
What is wrong ?
Thanks
[edited by: incrediBILL at 4:05 pm (utc) on Aug 5, 2014] [edited by: phranque at 1:53 am (utc) on Aug 6, 2014]
[edit reason] unlinked URLs [/edit]