由 flashbaby 在 06-26-2003 15:05 发表:
一个apache的配置问题!
我能够通过 http://localhost访问默认的主页了.
现在想通过 http://localhost/~username来访问用户的主页.
改了一下http.conf文件,在UserDir disable这句前面加了个#号.
删除了UserDir public_html前面的#号.在/home/username的目录下建立
了public_html目录.并建立了index.html文件.
用 http://localhost/~username/index.ht...