Hello.
I have the following 2 lines in Helicon Ape
-----------
RewriteRule ^photos.asp?id=([0-9]*) /photos/$1 [R=301,L]
RewriteRule ^photos/([0-9]*)$ photos.asp?id=$1
-----------
Line 2 works fine. So the page is being displayed no problem.
However, line 1 does not work. I want any requests for /photos.asp?id=12345 to be 301 redirected to /photos/12345 in the address bar.
Hope I explained that well enough. What am I doing wrong here? Any help is greatly appreciated.
Thanks!
Mike