<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
> That you got a server error is good.<BR>> <BR>> > Here are the last two log file entries for that httpd request:<BR>> <BR>> you want to look in the *error* log if you look for errors!<BR>> <BR>> > > I could not access the site,<BR>> <BR>> which means exactly what? ;-)<BR>
 <BR>
OK, starting from scratch this morning,<BR>
here is the .htaccess file I am using which is inside of the<BR>
/home/LinuxAccountName/www directory:<BR>
 <BR>
 <BR>
<Directory "/home/LinuxAccountName/www"><BR>Options None<BR>AuthName "UserNameIUsedToCreatePasswordWith"<BR>AuthType Basic<BR>AuthUserFile /home/LinuxAccountName/.htpasswd<BR>Require valid-user<BR></Directory><BR><BR>
www above refers to the root or web directory - the lowest or first or base<BR>
directory that is web accessable.<BR><BR>
And, this is the error I am getting from my httpd error log for this domain:<BR>
 <BR>
[Sun Apr 20 07:47:40 2008] [alert] [client 75.46.110.14] /home/LinuxAccountName/.htaccess: <Directory not allowed here<BR>
 <BR>
When I point my web browser to the domain name that the above .htaccess is <BR>
written for, I get the below error in my web browser:<BR>
 <BR>
<H1>Internal Server Error</H1>
The server encountered an internal error or misconfiguration and was unable to complete your request.<BR>
Please contact the server administrator, <A href="mailto:help@mydomain.com">help@mydomain.com</A> and inform them of the time the error occurred, and anything you might have done that may have caused the error.<BR>
More information about this error may be available in the server error log.<BR>
<HR>

<ADDRESS>Apache/2.2.3 (CentOS) Server at <A href="http://www.mydomain.com">www.mydomain.com</A> Port 80</ADDRESS>
<BR>+<BR><br /><hr />Pack up or back up–use SkyDrive to transfer files or keep extra copies. <a href='http://www.windowslive.com/skydrive/overview.html?ocid=TXT_TAGLM_WL_Refresh_skydrive_packup_042008' target='_new'>Learn how.</a></body>
</html>