Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当您对 .htaccess 文件进行更改并且出现问题时,您会收到“内部服务器错误”。这对我没有帮助。我怎样才能找出实际的错误是什么?
错误原因应保存在服务器日志中。它的确切位置取决于您的服务器和设置。
例如。在 apache2 日志文件中定义在ErrorLog您的配置或虚拟主机中。
ErrorLog
如果是语法错误,启用调试可能对您没有帮助。如果可以,请运行内置的 php 语法检查器以确保您的文件没有错误:
>> php -l path/to/your/file.php