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