ฉันต้องการเปิดใช้งานการบันทึกซ้ำเพื่อให้ฉันสามารถดีบักกฎการเขียนซ้ำ แต่การเพิ่มคำสั่ง RewriteLog ทำให้เกิดข้อผิดพลาด 500
ข้อมูลรุ่น:
Ubuntu 14.04
Server version: Apache/2.4.12 (Ubuntu)
Server built: Feb 4 2015 14:22:06
เนื้อหาของ .htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteLog /var/log/apache2/rewrite.log
RewriteLogLevel 5
RewriteBase /
RewriteRule ^/wordpress/wp-content/(.*)$ /wp-content/$1 [L]
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
ในบันทึกข้อผิดพลาดฉันเห็น:
/var/www/path.to/wordpress/.htaccess: Invalid command 'RewriteLog', perhaps misspelled or defined by a module not included in the server configuration