Re: Redirecting URL to a location

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

 



Thanks! I'll use this for now, but is there a way to do without a redirect?

On Wed, Apr 28, 2010 at 1:08 AM, Luc Bastiaenssen <luc.bastiaenssen@xxxxxxxx> wrote:
Another way to consider is to use a redirect like this:

RedirectMatch permanent ^/notes([/]*)$ /notes/

Luc


On 28/04/2010 9:06, Igor Cicimov wrote:
On the second thought this should work (tested):

<Location /notes>
   DirectorySlash On
</Location>

Any way, shouldn't the trailing slash automatically be added by mod_dir starting from apache2.0.5?

Igor

On Wed, Apr 28, 2010 at 4:51 PM, Edgar Frank <ef-lists@xxxxxxxx> wrote:
2010/04/28 Yang Zhang
>Everything works fine, but is there a simple way for me to make
>/notes get redirected to /notes/?

Hi,

first - IIRC you can't rewrite inside a location. Secondly - you
want the PT-Flag in your rewrite rule. This allows the
Location-handler to kick in after the rewrite - otherwise the URL
respectively the result of the rewrite is considered as "mapped
to filespace".

Regards,
Edgar

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



--



--
Yang Zhang
http://yz.mit.edu/

[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