首页 > Web开发 > 详细

apache 虚目录

时间:2015-08-18 19:33:12      阅读:258      评论:0      收藏:0      [点我收藏+]

mac的配置文件位置:/etc/apache2/httpd.conf
重启: sudo apachectl restart
之后记得添加hosts:127.0.0.1 laravel.cbd

# Virtual hosts
Include /private/etc/apache2/extra/httpd-vhosts.conf

#mydiy
<VirtualHost *:80>  
    DocumentRoot "/Users/baodong/__TEST__/LearnLaravel/laravel01/public"   
    ServerName laravel.cbd
    <Directory />  
                Options Indexes FollowSymLinks MultiViews  
                AllowOverride all  
                Order deny,allow  
                Allow from all  
      </Directory>  
</VirtualHost> 

版权声明:本文为博主原创文章,未经博主允许不得转载。

apache 虚目录

原文:http://blog.csdn.net/u010713545/article/details/47754327

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!