Apache and User Directories
I am setting up a web server as a learning exercise using RH 8, Apache and ProFTP. Part of what I want to do is setup virtual servers using user accounts, like most virtual hosting services do.I have found this remarkably easy to do this with Apache by simply changing the UserDir line in the default http.conf file.
So this works: http://www.mydomain.com/~user/
Now, how do I get it to work without the trailing slash?
--Bruce