I'm a newbie at fiddling around with .htaccess, so bare with me. :D
I have moved from a static site to a MODx installation, but the site had been up for many years, so a lot of links on the net still points to old documents which no longer exists.
So I tried with redirect 301, like this:
Code:
redirect 301 /english.asp http://www.mysite.se/english.php
but this doesn't work, since it only produces a link like this:
www.mysite.se/english.php?q=english.asp
I guess it has something to do with this line:
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
but I can't delete it since it is needed for Friendly URLs part.
How can I get around this problem?!?
Cheers
Amrit