আমি পুনর্লিখনের লগিং সক্ষম করতে চাই যাতে আমি পুনর্লিখনের নিয়মটি ডিবাগ করতে পারি তবে পুনর্লিগলোগের নির্দেশাবলী যুক্ত করার ফলে 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