Hi all,
Quick question -
I am trying to do a simple 301 redirect using an .htaccess file.
redirect 301 /old-page.php <a href="http://www.domain.com/new-page">http://www.domain.com/new-page</a>It works fine, except the URL looks like this -
http://www.domain.com/new-page?old-page.php
I don’t know why that variable is there and I can’t find anything explaining it so thought it may be EE related?
It’s important the page isn’t indexed by search engines with that variable as it’ll create a duplicate content issue.
Thanks!