Mark同学,我想用 www.yoursite.com访问根目录是C:\wamp\www\drupal7的Drupal网站,我该怎么办啊?
So easy! 配置虚拟目录吧!
1.找到Hosts文件,在C:\WINDOWS\system32\drivers\etc里面。
2.打开Hosts文件 添加 127.0.0.1 www.yoursite.com,保存!
3.找到 httpd.conf文件,路径一般在 C:\wamp\bin\apache\Apache2.2.17\conf
4.打开 httpd.conf,取消这一行的注释
{syntaxhighlighter brush: php} # Virtual hosts Include conf/extra/httpd-vhosts.conf {/syntaxhighlighter}
5.找到httpd-vhosts.conf,路径在C:\wamp\bin\apache\Apache2.2.17\conf\extra
6.修改httpd-vhosts.conf 前先备份,添加下面的代码:
{syntaxhighlighter brush: php} DocumentRoot "C:/wamp/www/drupal7" ServerName www.yoursite.com {/syntaxhighlighter}
最后重启Apache,在浏览器里面输入www.yoursite.com,看看效果吧!
板块
标签