[EMAIL PROTECTED] How to rerwite with /? URL!

2007-12-04 Thread goommy
hii,list! How to write the rewrite if the URL has ? ? The URL like http://domain/none.html?p1=abc , I want to rewrite to http://domain/index?p2=abc ! Can i achieve with RewriteRule ? This is the rule that i write in VirtualHost ,but without success! RewriteRule ^/none.html\?p1=(.+)$

Re: [EMAIL PROTECTED] How to rerwite with /? URL!

2007-12-04 Thread Joshua Slive
On Dec 4, 2007 10:29 PM, goommy [EMAIL PROTECTED] wrote: hii,list! How to write the rewrite if the URL has ? ? The URL like http://domain/none.html?p1=abc , I want to rewrite to http://domain/index?p2=abc ! Can i achieve with RewriteRule ? This is the rule that i write in VirtualHost