|
我在配置个人用户主页的时候,按照书本上的步骤,怎么最后打不开主页
步骤:编辑主配置文档(去掉一下语句前面的“#”)
UserDir public_html
<Directory /home/*/public_html>
AllowOverride FileInfo AuthConfig Limit
Options MultiViews Indexes SymLinksIfOwnerMatch IncIudesNoEec
<Limit GET POST OPTIONS>
Order allow,deny
Allow from all
</Limit>
<LimitExcept GET POST OPTIONS>
Order deny,allow
Deny from all
</LimitExcept>
</Directory>
保存,重启服务器。
#useradd weisong
#passwd weisong
#su weisong
$mkdir public_html
$chmod 711 public_html
$vi weisong/public_html/index.html
weisong de web site
保存,退出。
在浏览器里输入http://192.168.1.2/~weisong/
出现一下内容
Object not found!
````````````
请问,我的哪里配置出问题了,请指教 |
|