Re: [Fwd: Redirect URL with arguments]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 something after the .net/ 
> >>(eg.
> >>index.php?ref=10), are redirect to http://www.mydomain.com/ref=10

simply changing RedirectMatch to Redirect won't help you. both directived
will change old matching part to new, e.g.:

Redirect / /blah/

will change /hello to /blah/hello
Note the trailing slash, it's important, because:

Redirect / /blah

will change /hello to /blahhello

You should try

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

which could work as you wish.
-- 
Matus UHLAR - fantomas, uhlar@xxxxxxxxxxx ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
Chernobyl was an Windows 95 beta test site.

---------------------------------------------------------------------
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@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux