Windows 7 上的 XAMPP 1.7.4 默认为启动页面
Posted
技术标签:
【中文标题】Windows 7 上的 XAMPP 1.7.4 默认为启动页面【英文标题】:XAMPP 1.7.4 on Windows 7 Defaults to Splash page 【发布时间】:2012-11-25 07:24:40 【问题描述】:我设置了运行 apache 的 XAMPP 并尝试设置虚拟主机,但它不起作用,我一直被路由到 XAMPP 启动页面。 http://localhost/index.html
说“它有效!”
我取消了注释 vhost_alias 模块、httpd-vhosts 和 rewrite_module 的地方。
我还在我的 httpd-vhosts.conf 和 httpd.conf 文件中添加了以下内容:
<Directory "C:/Sites/test.dev-web">
Allow From All
AllowOverride FileInfo
Options +FollowSymLinks
</Directory>
<VirtualHost *:80>
ServerName "test.dev-web"
DocumentRoot "C:/Sites/test.dev-web"
</VirtualHost>
我还将它添加到我的 system32\drivers\etc 中的 hosts 文件中:
127.0.0.1 test.dev
我在那个文件中也有127.0.0.1 localhost
但是,每当我在 chrome 中输入 test.dev 时,它都会将我带到 xampp 启动页面 (test.dev/xampp)。
运行 Windows 7 和 XAMPP 1.7.4
XAMPP 说 apache 正在控制面板上运行。 我关闭了所有可能运行端口 80(Skype)的程序
有什么想法吗?
【问题讨论】:
【参考方案1】:按照这里提到的步骤 -
http://foundationphp.com/tutorials/apache22_vhosts.php
【讨论】:
【参考方案2】:简单的解决方案:删除 XAMPP 的本地测试站点 (xampp/htdocs) 并替换为您自己的站点。
正确的解决方案:设置适当的虚拟主机。 Set up multiple virtual hosts on windows
或者Vinay分享的链接会给你一个很好的指导。
【讨论】:
以上是关于Windows 7 上的 XAMPP 1.7.4 默认为启动页面的主要内容,如果未能解决你的问题,请参考以下文章
在 XP 和 Windows 7 上的外部硬盘驱动器上运行 xampp
Flashdrive 上的 XAMPP 无法在 Windows 7 上启动 Apache、MySQL
我无法在我的系统 windows 7 32 位上的 XAMPP 上启动 Apache
如何从 Windows 7 pc 访问 Mac Osx 上的 localhost XAMPP?