.htaccess is World Writeable but WP says 'not'.
-
Hi,
I have read many posts related to .htaccess not being writeable, but none have solved my problem.My setup:
Ubuntu Linux 14.10 using apache2 2.4.10.
I have all the necessary apache2 modules loaded: rewrite, cgid, php5 etc.Directory structure:
I have placed WP files and directories in /var/www/html
The file /var/www/html/wp-content/plugins/akismet/.htaccess has had permisions 666, 777, 644 and ownerships root.root, root.www-data, root.robert robert.robert, www-data.www-data.
I have also included[ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
in the file.
None of the above has worked. WP says .htaccess is NOT writeable.Other things I have tried:
I have restarted the apache2 server after each change, I have changed the apache2 environment variables APACHE_RUN_USER, APACHE_RUN_GROUP etc. I have edited apache2.conf to make it use any directory.
Nothing I do can make /var/www/html/wp-content/.htaccess writeable.Is there an incompatibility between WP and Linux?
Would it be better to run it on Microsoft OS’s or IOS?
Any help would be appreciated,
Thanks,
Rob
- The topic ‘.htaccess is World Writeable but WP says 'not'.’ is closed to new replies.