浏览器不显示web目录 [ 2.0 版本 ]
浏览器不显示web目录
权限我这里也是777
計斐同學 补充于 2016-08-22 20:48
apache 配置
Listen 7001
<VirtualHost *:7001>
DocumentRoot "/Users/jifee/WebServer/server/default/mobile/web"
# ServerName dov.mobile.com
ErrorLog "/Users/jifee/WebServer/log/mobile-error_log"
CustomLog "/Users/jifee/WebServer/log/mobile-access_log" common
<Directory "/Users/jifee/WebServer/server/default/mobile/web">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
Require all granted
DirectoryIndex index.php index.html default.php default.html bootstrap.php bootstrap.html
</Directory>
</VirtualHost>
計斐同學 补充于 2016-08-22 20:49
本地访问
http://localhost:7001
错误提示:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at you@example.com to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
最佳答案
其他 0 个回答
没有找到数据。
計斐同學
注册时间:2015-12-21
最后登录:2019-06-21
在线时长:4小时46分
最后登录:2019-06-21
在线时长:4小时46分
- 粉丝2
- 金钱155
- 威望0
- 积分195