Php windows上的xampp内部服务器错误500

Php windows上的xampp内部服务器错误500,php,xampp,internal-server-error,Php,Xampp,Internal Server Error,我正在使用适用于windows的xampp基本软件包(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 configure

我正在使用适用于windows的xampp基本软件包(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\u Modules/mod\u rewrite.so行,并将htpd.conf文件中的AllowOverride None行更改为AllowOverride All行;(2)通过停用htpd.conf中的mod_rewrite行并删除.htaccess文件,我无法运行我的项目


关于如何解决这个问题有什么想法吗?或者有人能建议.htaccess文件的内容是什么吗

更有趣的是脚本的内容。错误可能意味着什么。它可以是htaccess文件,也可以是application/php致命错误vitaly Dyatlov,我的.htaccess文件中有什么错误吗?我需要编辑这个文件吗?如果你知道,请回复。