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

still wierd



Thanks for the input about everyone.  I'm still not able to get into the
user web pages though.  The main server pages work fine and can be read
via the browser, but I'm still getting the 403 Forbidden message when I
try to get into the http://www.myserv./~user/ pages.

As Kevin Colby suggested, I did this to the <files ~>

<Files ~ "^\.ht">
AllowOverride AuthConfig FileInfo Indexes Limit Options
    Order allow,deny
    Deny from all
</Files>

Unfortunately, it didn't help.  Here's what i have under Users:

UserDir public_html

UserDir disabled root  #root directory disabled

# Control access to UserDir directories.  The following is an example
# for a site where these directories are restricted to read-only.

<Directory /home/*/public_html>
AllowOverride FileInfo AuthConfig Limit
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
<Limit GET POST OPTIONS PROPFIND>
Order allow,deny
Allow from all
</Limit>
<Limit PUT DELETE PATCH PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
Order deny,allow
Deny from all
</Limit>
</Directory>

Any help would be greatly appreciated.  I'm still pretty much a newbie.

Kelly





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