无法在本地主机打开项目文件夹

无法在本地主机打开项目文件夹

行车灯。

当我在本地主机中打开名为 eduwatch 的特定项目文件夹(其他项目运行正常)时,出现以下错误。

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.
Apache/2.4.25 (Debian) Server at localhost Port 80

我继续检查 Apache 日志,发现了这一点,

::1 - - [23/Apr/2019:08:56:44 +0530] "GET /eduwatch/ HTTP/1.1" 500 799 "http://localhost/" "Mozilla/5.0 (X11; Linux x86_64; rv:66.0) Gecko/20100101 Firefox/66.0"

这是另一个名为 bl 的工作项目目录的日志,仅供比较。799 对比 521。

::1 - - [23/Apr/2019:09:00:16 +0530] "GET /bl/ HTTP/1.1" 200 521 "http://localhost/" "Mozilla/5.0 (X11; Linux x86_64; rv:66.0) Gecko/20100101 Firefox/66.0"

我无法从该日志中推断出任何内容。有人能帮忙吗?

答案1

我已经检查了 .htaccess 中的此行。

RewriteRule ^(.*)$ http://***********/$1 [R,L] 

我只需要取消选中它就可以正常工作。

相关内容