मैं लॉगिंग को फिर से लिखना सक्षम करना चाहता हूं ताकि मैं एक पुनर्लेखन नियम को डीबग कर सकूं लेकिन रेव्रीलॉग निर्देशों को जोड़ने से 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