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 Quote Link to comment 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. Quote Link to comment 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] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.