0

我正在为 Windows 使用 xampp BAsic Package(版本 1.8.0)的 xampp 安装程序版本。我在 htdocs 目录下有一个名为 my-proj 的项目。当我打开这个项目的主页时,主页会打开,但是每当我点击任何其他链接时,都会从主页上显示以下错误消息:

The website encountered an error while retrieving http://localhost:xxxx/.../abc.php. It may be down for maintenance or configured incorrectly.

HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.

在我的项目目录/my-proj/public_html/.htaccess中有一个.htaccess文件,.htaccess文件内容如下:

#####errorpage#####
#ErrorDocument 500 /error/500.html
#####end:errorpage#####

我尝试以两种方式运行我的项目 - (1) 通过激活 c:\xampp\apache\conf 中 htpd.conf 文件中的 LoadModule rewrite_module Modules/mod_rewrite.so 行并将 AllowOverride None 行更改为 AllowOverride All在 htpd.conf 文件中和 (2) 通过停用 htpd.conf 中的 mod_rewrite 行并删除 .htaccess 文件,但我无法运行我的项目。

关于如何解决这个问题的任何想法或任何人都可以建议 .htaccess 文件的内容应该是什么?

4

0 回答 0