News:

Click here for Toll-Free Service for your business starting at $2.00 per month

Main Menu

301 Redirect

Started by garyr_h, October 18, 2005, 09:27:52 PM

Previous topic - Next topic

garyr_h

I need some help with this.. I don't know why it's not working, maybe someone can help?

RewriteRule ^([a-z]*)/images\.htm\?image=([0-9]*)$ http://www.eyeofdesign.com/gallery/$1/image$2.php [R=301,L]

garyr_h

OK, so I found out that it will either be done with RewriteCond %{QUERY_STRING} or RewriteCond %{THE_REQUEST}

However, when I use either, the end ?image=7 shows up on the new location... I don't know how to make it NOT do that. I tried adding HTTP/1.0 on the end of THE_REQUEST statement but it didn't work...