You've probably already seen this, but just in case: I see in the config
file in the "Alias" section, this:
# Alias: Maps web paths into filesystem paths and is used to
# access content that does not live under the DocumentRoot.
# Example:
# Alias /webpath /full/filesystem/path
#
#
459-5354
-Original Message-
From: Eric Bowman [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 15, 2008 9:30 AM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] mod_rewrite to fix trailing slash problem
Tim Gustafson wrote:
> Hi,
>
> I have a web page that works when you in
Tim Gustafson wrote:
Hi,
I have a web page that works when you include the trailing slash:
http://www.foo.com/blah/
But, if you leave the trailing slash off, it does not work and you get a 403
error:
http://www.foo/com/blah
So, I tried to fix this using some mod_rewrite rules, as follows:
R
Hi,
I have a web page that works when you include the trailing slash:
http://www.foo.com/blah/
But, if you leave the trailing slash off, it does not work and you get a 403
error:
http://www.foo/com/blah
So, I tried to fix this using some mod_rewrite rules, as follows:
RewriteEngine On
Rewrite