|
|
|
|
||||||
| alt.apache.configuration Apache web server configuration issues. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 (permalink) |
|
Messages: n/a
Hébergeur: |
Hi,
I have an issue with my apache configuration. Right now, when users omit a trailing slash on the end of the URL, it will bring up a 404 not found error. How do I make it so the trailing slash is not required? For example: http://as.ucsd.edu - works http://as.ucsd.edu/finance - does not work http://as.ucsd.edu/finance/ - works http://as.ucsd.edu/council - does not work http://as.ucsd.edu/council/ - works Thanks! davidyuzhang@gmail.com |
|
|
|
#2 (permalink) |
|
Messages: n/a
Hébergeur: |
On 2006-10-03, davidyuzhang@gmail.com <davidyuzhang@gmail.com> wrote:
> I have an issue with my apache configuration. Right now, when users > omit a trailing slash on the end of the URL, it will bring up a 404 not > found error. How do I make it so the trailing slash is not required? Every web master could sing a song about traling slashes (or lack of), in the Apache docs there are a number of examples of how to use mod_rewrite to circumvent the problem. Have a look at those and see if any of them fit your needs. Davide -- !07/11 PDP a ni deppart m'I !pleH |
|
|
|
#3 (permalink) |
|
Messages: n/a
Hébergeur: |
Thanks Davide for the tip, I'll take a look a the docs and I'll see if
any of them will work for me. Davide Bianchi wrote: > On 2006-10-03, davidyuzhang@gmail.com <davidyuzhang@gmail.com> wrote: > > I have an issue with my apache configuration. Right now, when users > > omit a trailing slash on the end of the URL, it will bring up a 404 not > > found error. How do I make it so the trailing slash is not required? > > Every web master could sing a song about traling slashes (or lack of), > in the Apache docs there are a number of examples of how to use > mod_rewrite to circumvent the problem. Have a look at those and see if > any of them fit your needs. > > Davide > > -- > !07/11 PDP a ni deppart m'I !pleH |
|
![]() |
| Outils de la discussion | |
|
|