gpt4 book ai didi

php - "Something is wrong with the XAMPP installation :-("是什么意思?

转载 作者:行者123 更新时间:2023-12-05 07:04:54 37 4
gpt4 key购买 nike

我在我的 xampp/htdocs/index.php 中找到了它。如何解决?

<?php
if (!empty($_SERVER['HTTPS']) && ('on' == $_SERVER['HTTPS'])) {
$uri = 'https://';
} else {
$uri = 'http://';
}
$uri .= $_SERVER['HTTP_HOST'];
header('Location: '.$uri.'/dashboard/');
exit;
?>
Something is wrong with the XAMPP installation :-(

注意:我的 XAMMP 安装可以运行我的本地 WordPress 安装。

最佳答案

尝试运行 localhost/filename.php而不是使用给定地址运行文件,如 c:/xampp/htdocs/filename.php希望它能解决问题。

关于php - "Something is wrong with the XAMPP installation :-("是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62846830/

37 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com