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, I'
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 ^/.*$ http://www.your
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 t
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 whi
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 / http://www.mydomai
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 RedirectM
Hello,
anyone got an idea about how to do this ?
Thanks
--- Begin Message ---
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