您好我已经浏览了所有资源,但似乎仍然找不到解决方案。
我的计算机上安装了 XAMPP Control Panel v 3.2.4(2019 年 6 月 5 日编译),它安装在 d:\xampp 中。我想创建一个虚拟主机,以便我可以正确使用各种全局 PATH 变量。
我严格按照说明进行操作。
这是来自我的 D:\xampp\apache\conf\extra\httpd-vhosts.conf:
<VirtualHost *:80>
ServerName localhost
DocumentRoot "D:\xampp\htdocs"
<Directory "D:\xampp\htdocs">
DirectoryIndex index.php
</Directory>
</VirtualHost>
<VirtualHost *:80>
ServerName ikeen.localhost
DocumentRoot "D:\xampp\htdocs\ikeen"
SetEnv APPLICATION_ENV "development"
<Directory "D:\xampp\htdocs\ikeen">
DirectoryIndex index.php
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
我在 httpd.conf 的末尾添加了以下几行:
<Directory />
AllowOverride none
Require all granted
</Directory>
我在 Windows 的主机文件中有以下行:
127.0.0.1 ikeen.localhost
这是我的站点目录的结构
为了避免缓存,我以隐身模式和不同的浏览器打开 URL。我总是重定向到仪表板 - https://ikeen.localhost/dashboard/,它打开标准的“欢迎使用 Windows 7.4.3 XAMPP”
听说跟https有关系,我用http也总是转到https url。我查看了 httpd-ssl.conf,但我不知道在那里做什么。有任何想法吗?
茅侃侃
芜湖不芜
Cats萌萌