Strange. What Apache version are you working with?

THis is what my mod_userdir.c setup looks like (Apache 1.3.29/Unix):

<IfModule mod_userdir.c>
	UserDir pub
</IfModule>

<Directory /home/*/pub>
	AllowOverride All
	Options Indexes FollowSymLinks
</Directory>

An Apache2 config will look different.

On Thu, Mar 18, 2004 at 11:38:42AM -0600, Andrew Nemchenko wrote:
> I dont think that this a very compilcated question but I just can't seem to be able to figure this out.
> What do I have to do in the httpd.conf file to have the server forward to my user directories with out a trailing "/"
> For example when I enter
> 
> http://ipaddresshere/~drew I get a "This page cannot be displayed"
> 
> however when I enter
> 
> http://ipaddresshere/~drew/  <--notice the trailing / 
> 
> it goes to the user directory and brings up the appropriate website.
> 
> To recap, my question is; How do I make it so that I don't have to put the trailing / after the user name?
> 
> Thanks 
> 
> Andrew Nemchenko
> http://www.qlogic.com
> 
> 
> 
> ------ http://USFamily.Net/info - Unlimited Internet - From $8.99/mo! ------

> _______________________________________________
> TCLUG Mailing List - Minneapolis/St. Paul, Minnesota
> http://www.mn-linux.org tclug-list at mn-linux.org
> https://mailman.real-time.com/mailman/listinfo/tclug-list

-- 
Andrei Bazhgin
www.nan2d.com

_______________________________________________
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota
http://www.mn-linux.org tclug-list at mn-linux.org
https://mailman.real-time.com/mailman/listinfo/tclug-list