Re: Apache Rewrite (mod_rewrite) cannot rewrite, if directory name is lib, var, etc, on Linux

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

 



mod_rewrite has a design problem where it tries to guess if you're
rewriting to a URL or a local Path by looking at the first segment of
your substitution.

If it exists in the filesystem it uses it as a path.
If it doesn't, it prepends the document root.

I believe simply adding the [PT] flag will force it to always be
treated as a URL substitution.

This is why things in the file system root behave differently.

---------------------------------------------------------------------
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