php-mac配置apache的问题,用户目录下404访问不了

WBOY
Release: 2016-06-02 11:33:43
Original
1358 people have browsed it

macphpapache

/localhost/可以看到it works.
在user文件夹下面配置了,

<code>   1 <directory>  2     Options FollowSymLinks Indexes MultiViews  3     AllowOverride All  4     Order allow,deny  5     Allow from all  6 </directory></code>
Copy after login

httpd.conf里面的deny都改掉了
但是/localhost/~用户名/显示的是:
Not Found
The requested URL /~bjhl was not found on this server.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!