I need a mod_rewrite rule,rewrite this url: http://abc.site.com/index.php?q1=v1 to: http://www.site.com/index.php?q1=v1&domain=abc I applicated this rule: RewriteEngine on RewriteRule ^/(.+)$ http://www.site.com/$1&domain=abc But I'm faint I can't get the correct result,it rewrote the url to: http://www.site.com/index.php&domain=abc?q1=v1 (not http://www.site.com/index.php?q1=v1&domain=abc) This disorder the things,I do hate it. Can you show me a correct way?thanks. ________________________________________________________________________Check out the new free AOL Email -- 2GB of storage and industry-leading spam and email virus protection.
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.