문제

When you do changes to .htaccess files and something is wrong with it you get "Internal server error". That doesn't help me. How can I find out what's the actual error?

도움이 되었습니까?

해결책

Error cause should be saved in server logs. Where it's exactly depends on your server and settings.

Eg. in apache2 log file is defined in ErrorLog in your config or in virtual host.

다른 팁

In the case it is a syntax error, enabling debug may not help you. If you can, run built-in php syntax checker to ensure your file is free from errors:

>> php -l path/to/your/file.php
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top