ballhogjoni Posted January 11, 2009 Share Posted January 11, 2009 RewriteRule ^credit_card_video\.html\?([a-zA-Z0-9\=]+)([a-zA-Z0-9\=]+)([a-zA-Z0-9\=\-]+)$ credit_card_video.php?height=$1&width=$2&yvc=$3 [NC,L] I am going to this url: credit_card_video.html?height=425&width=344&yvc=WFNXwor69-U Link to comment https://forums.phpfreaks.com/topic/140368-whats-wrong-with-this/ Share on other sites More sharing options...
corbin Posted January 11, 2009 Share Posted January 11, 2009 It would be a lot easier to do: RewriteRule ^credit_card_video\.html credit_card_video.php [NC,QSA,L] Edit: You could probably do it without a regexp, but I can't remember how to do so right now.... I should sleep x.x. Link to comment https://forums.phpfreaks.com/topic/140368-whats-wrong-with-this/#findComment-734588 Share on other sites More sharing options...
priti Posted January 12, 2009 Share Posted January 12, 2009 Can you please explain these flags: [NC,QSA,L] Link to comment https://forums.phpfreaks.com/topic/140368-whats-wrong-with-this/#findComment-735179 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.