码迷,mamicode.com
首页 > Web开发 > 详细

apache 虚目录

时间:2015-08-18 19:34:34      阅读:129      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!