XAMPP SSL 错误 404

Posted

技术标签:

【中文标题】XAMPP SSL 错误 404【英文标题】:XAMPP SSL Error 404 【发布时间】:2015-04-06 15:29:25 【问题描述】:

我在 XAMPP 服务器上安装了 SSL 证书,当我将 httpd-ssl.conf 中的 DocumentRoot 更改为我的项目文件夹时它可以工作,是的,但是当我输入时http://localhost 它将我重定向到 https://localhost/xampp,但我遇到了错误。

所以我不会更改 DocumentRoot,只是让 SSL 在实际的 Root 上工作。 我试图更改 httpd-vhost 文件,但它没有

【问题讨论】:

【参考方案1】:

这很有趣,我发誓我做到了。

在 httpd-vhost 文件中我复制了这样的内容:

<VirtualHost *:443>
    ServerAdmin webmaster@localhost
    DocumentRoot "C:/xampp/htdocs"
    ServerName localhost
    ServerAlias localhost
    SSLEngine on
    SSLCertificateFile "conf/ssl.crt/server.crt"
    SSLCertificateKeyFile "conf/ssl.key/server.key"
    ##ErrorLog "logs/dummy-host.example.com-error.log"
    ##CustomLog "logs/dummy-host.example.com-access.log" common
</VirtualHost>

现在一切都很好。

【讨论】:

以上是关于XAMPP SSL 错误 404的主要内容,如果未能解决你的问题,请参考以下文章

使用 XAMPP 找不到错误 404 页面

phpmyadmin 错误 404.0 与 xampp

Xampp 错误“此外,在尝试使用 ErrorDocument 处理请求时遇到 404 Not Found 错误。”

XAMPP/Apache 文件夹中的 .htaccess 未找到错误 404

表单提交导致 PHP 和 XAMPP 中出现错误 404

只有主页显示所有其他页面在 xampp codeigniter 中显示错误 404