Re: redirect vs. rewrite

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

 



Note the first one (the redirect) will probably redirect incorrectly,
target should end with a trailing slash.

Golden rule: if souce ends in trailing slash, target must also end in
trailing slash.

2017-06-26 21:23 GMT+02:00 Eric Covener <covener@xxxxxxxxx>:
> On Mon, Jun 26, 2017 at 3:16 PM, David Mehler <dave.mehler@xxxxxxxxx> wrote:
>> I'm using apache 2.4. What is the difference between these lines?
>>
>> Redirect permanent / http://www.domain.com
>>     RewriteRule ^/?(.*) http://www.domain.com/$1 [R,L]
>
> Nothing really, when you add the 'R' flag you're asking mod_rewrite to
> redirect instead of performing an internal rewrite of the URL or file
> path.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
> For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
>



-- 
Daniel Ferradal
IT Specialist

email         dferradal at gmail.com
linkedin     es.linkedin.com/in/danielferradal

---------------------------------------------------------------------
To unsubscribe, e-mail: users-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