Forum Moderators: phranque

Message Too Old, No Replies

.htaccess 301 not working

         

tyggemannen

7:32 pm on Jul 10, 2008 (gmt 0)

10+ Year Member



I am moving some pages to a new site and need to redirect some pages in .htaccess.

Redirect 301 /arreler/bss.php?id=295&recipe_title=Ofte_blank%3F [mydomain23.org...]

is not working, please help.

Thanks :)

tyggemannen

9:30 pm on Jul 10, 2008 (gmt 0)

10+ Year Member



Is it possible that htaccess cannot handle urls with a "?" ?

jdMorgan

3:19 am on Jul 11, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



mod_alias cannot handle URLs with query strings appended. Use mod_rewrite (with a RewriteCond) instead.

Jim