You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Sylvain Viollat <sv...@abritel.fr> on 2008/06/27 11:53:10 UTC

[users@httpd] Redirect URL with arguments

Hi,

I need to redirect the URL http://www.mydomain.net/index.php?ref=10 to 
http://www.mydomain.com/. I've added the following line in 
www.mydomain.net VirtualHost :

RedirectMatch permanent / http://www.mydomain.com

The problem is that all queries which contain something after the .net/ 
(eg. index.php?ref=10), are redirect to http://www.mydomain.com/ref=10

Is there a way to get ride of the element to get http://www.mydomain.com ?

I hope my question has sense because my english is not that good !

Thanks

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org