gpt4 book ai didi

xampp - 找不到对象 - XAMPP

转载 作者:行者123 更新时间:2023-12-02 00:48:22 27 4
gpt4 key购买 nike

我最近没有在我的 xampp 中进行任何更改,直到昨天它都在正常工作。

但是现在我得到了这个错误:

Object not found!

The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.

If you think this is a server error, please contact the webmaster.

Error 404

localhost
Apache/2.4.10 (Win32) OpenSSL/1.0.1i PHP/5.6.3

我不知道发生了什么,因为它一直工作到昨天。

而且我不得不说这个地址 localhost/phpmyadmin 工作正常,只是我的项目地址像 localhost/project22 不工作。

这个page还有这个page帮不了我。

最佳答案

最后通过在 XAMPP 配置文件中添加一个别名即 httpd-xampp.conf

解决了这个问题
Alias /project22 "C:/xampp/project22/"
<Directory "C:/xampp/project22">
Options Indexes FollowSymLinks MultiViews ExecCGI
AllowOverride All
Require all granted
</Directory>

没有变化,似乎是 XAMPP 的一些设置问题

关于xampp - 找不到对象 - XAMPP,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42042353/

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