다음과 같은 .htaccess가 있습니다.
RewriteEngine on
RewriteLog "/Applications/MAMP/logs/rewrite_engine_log"
RewriteCond %{REQUEST_URI} !/(index.php|css|images|js)/.*$
RewriteRule (.*) /mysite/index.php/$1
해당 RewriteLog 지시문을 추가하면 내부 서버 오류가 발생합니다.
Apache 로그 파일에서 다음 정보를 얻습니다.
/Applications/MAMP/htdocs/mysite/.htaccess: RewriteLog not allowed here
rewrite_engine_log 파일을 수동으로 만들지 않았지만 / Applications / MAMP / logs / 경로가 내 Mac에 있습니다. RewriteEngine 로그 파일을 얻기 위해 다음에 무엇을 시도 할 수 있습니까?