Re: [Fwd: [EMAIL PROTECTED] Redirect URL with arguments]

2008-07-02 Thread Sylvain Viollat
Hi Matus, thaznks for your answer. I've try to use : RedirectMatch /.* http://www.mydomain.com Unfortunately, I'm still getting redirect with the arguments I pass in the URL. Thanks, Matus UHLAR - fantomas wrote: On 30.06.08 14:29, Sylvain Viollat wrote: Thanks for your answer. I've try

Re: [Fwd: [EMAIL PROTECTED] Redirect URL with arguments]

2008-07-02 Thread Severin Gehwolf
Hi! thaznks for your answer. I've try to use : RedirectMatch /.* http://www.mydomain.com Unfortunately, I'm still getting redirect with the arguments I pass in the URL. How about using RewriteRule (mod_rewrite) like the following: RewriteEngine On RewriteRule ^/.*$

Re: [Fwd: [EMAIL PROTECTED] Redirect URL with arguments]

2008-07-02 Thread Sylvain Viollat
Hi Severin thanks for your answer, but I'm still getting arguments in the URL when redirect is done. Unfortunately I'm not that good at mod_rewrite... Sylvain Severin Gehwolf wrote: Hi! thaznks for your answer. I've try to use : RedirectMatch /.* http://www.mydomain.com Unfortunately,

Re: [Fwd: [EMAIL PROTECTED] Redirect URL with arguments]

2008-07-01 Thread Matus UHLAR - fantomas
On 30.06.08 14:29, Sylvain Viollat wrote: Thanks for your answer. I've try to use Redirect instead of RedirectMatch but result is the same. I'm still getting redirect with the end of the URL. RedirectMatch permanent / http://www.mydomain.com The problem is that all queries which contain

[Fwd: [EMAIL PROTECTED] Redirect URL with arguments]

2008-06-30 Thread Sylvain Viollat
Hello, anyone got an idea about how to do this ? Thanks ---BeginMessage--- 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 /

Re: [Fwd: [EMAIL PROTECTED] Redirect URL with arguments]

2008-06-30 Thread Eric Covener
On Mon, Jun 30, 2008 at 4:46 AM, Sylvain Viollat [EMAIL PROTECTED] wrote: 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 If you use RedirectMatch,

Re: [Fwd: [EMAIL PROTECTED] Redirect URL with arguments]

2008-06-30 Thread Sylvain Viollat
Thanks for your answer. I've try to use Redirect instead of RedirectMatch but result is the same. I'm still getting redirect with the end of the URL. Eric Covener wrote: On Mon, Jun 30, 2008 at 4:46 AM, Sylvain Viollat [EMAIL PROTECTED] wrote: RedirectMatch permanent /

[EMAIL PROTECTED] Redirect URL with arguments

2008-06-27 Thread Sylvain Viollat
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/