
June 27th, 2000, 10:04 PM
|
|
Registered User
|
|
Join Date: Jun 2000
Posts: 6
Time spent in forums: 56 m 35 sec
Reputation Power: 0
|
|
I add the following code in httpd.conf, but I still cannot access http://localhost/~tim/index.html:
UserDir disabled
UserDir enabled tim
UserDir public_html
<Directory "/home/*/public_html">
Allowoverride None
Options IncludesNOEXEC SymLinksIfOwnerMathch
Order allow,deny
Allow from all
</Directory>
Would any one help me? Thanks!
|