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

personal web page



Ok i set up apache and it works fine :-)
now i tried making my personal web page /home/me/public_html
i did this:
UserDir public_html

<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>
but when i do lynx localhost/~me/ i get an error 404 not found
but i have a /home/me/public_html/index.html file

what can i do??

tanks

tibi



Visit your host, monkey.org