On 21 September 2001, Juan Lupi?n said:
> Just installed mysql, apache, php and phpmyadmin and setup
> a quick database with phpmyadmin. Everything worked fine
> and I could edit the database with the PHP interface.
[...]
> Everytime I try http://localhost/~myusername
> keeps telling me that I have no permission (forbidden)
> to access the document. Of course, in httpd.conf
> there is the directive to load mod_userdir.c
Check apache's error_log -- usually it tells you exactly what the
problem is. (Obviously you don't want to reveal that kind of
information via HTTP, because it could be valuable to an attacker.)
Greg