[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: .htaccess doesn't pop up a window



Since we just went through this, I think
I can summarize the possible culprits.

1.  Permissions on index.html are too restrictive.
2.  Permissions on /home/user/public_html are too restrictive.
3.  Permissions on /home/user are too restrictive.
4.  The Apache config for "~" is not set to "public_html".
5.  The now famous linuxconf bug.  Did you config Apache through it?
    If you have a section in access.conf that begins with a line like:
       <Files ~ "^\.ht">
    ...remove the "^\.ht" part.


	- Kevin Colby
	  kevinc grainsystems com



Jonas Fornander wrote:
> 
> I have a plain vanilla RH 6.2 server install.
> 
> When I put a index.html file in a users public_html directory and try to
> view it in the browser, I get:
> 
> Forbidden
> You don't have permission to access /~user on this server.
> 
> What am I doing wrong?
> 
> Jonas Fornander - support netwood net
> Netwood Communications - www.netwood.net
> Find out why we're better - Tel: 310-442-1530



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]