How to disabled ~username

totomcs

Verified User
Joined
Apr 27, 2008
Messages
18
Hi guys,

I have one problem. How can i disable http://ip/~username funtion in DA with apache 1.3 and 2.2 Custombuild

I have disabled it in the httpd.conf but it still works.
How can i disable it?

PHP:
<IfModule mod_userdir.c>
    #UserDir public_html
    UserDir disabled
</IfModule>

i have a customer witch uses our server a lot but he doesn't make any traffic.
I have found out that he links http://ip/~username trough to this url and than he makes no traffic.
So the user makes loads off traffic but whe don't see it on the stats.

Can any one help pls?

Regards,
 
Last edited:
After you made the change did you restart httpd?

Maybe you are looking at a cached page.
 
Back
Top