iphere/~username/ Doesn't work!??

Saloni

Active Member
May 26, 2006
27
0
151
You need to check if the mod_userdir Protection is enable your account. If it is enable check for the permission of public_html folder.

Also try accessing using :

http://ip/~username/index.html

(If index.html is present in your document root folder)
 

Saloni

Active Member
May 26, 2006
27
0
151
Make sure you have:

AddModule mod_userdir.c

and

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

in your httpd.conf file.
 

innovative2001

Active Member
Jun 5, 2006
29
0
151
Forbidden error defines the permissions error. You need to check with the permissions of /home/username folder. Make sure that web user have the enough permissions.