Hi there, how are you doing?
I've tried to create a simple 301 redirect but unfortunatelly something is going wrong. The redirect works fine but a curious side effects occurs: a ?link= is concatenated on the final url.
For example, I'm using this lines on my .htaccess
Redirect 301 /my-page.html http:
//192.168.1.22/mypage/
OR
redirectMatch 301 ^/(my-page).html$ http:
//192.168.1.22/$1
Both drive me to http:
//192.168.1.22/my-page/?link=/my-page.html
Any one known why this occurs?
Many thanks!
Lucas
[edited by: jdMorgan at 9:05 pm (utc) on Feb 8, 2010]
[edit reason] De-linked [/edit]