Forum Moderators: phranque
RewriteCond %{QUERY_STRING} ^(.+)$
RewriteRule ^archive/index.php/index.php$ [domain.com...] [R=301,L]
The above code redirects a bad url of:
[domain.com...]
to the incorrect:
[domain.com...]
I need to get rid of the string at the end - any ideas how to achieve:
[domain.com...]
Unfortunately I cant correct the double index.php url at the moment, so trying to get a workaround with the htaccess.