Adaptive Images Error — The .htaccess file is not updated
-
Hi,
I am receiving the below error:
_____________________________________________________
The Adaptive Images settings are saved, but the .htaccess file was not able to be updated yet.
Please try to save the plugin settings once again in Adaptive Images Settings. If the problem persists, then you should contact your system administrator and inform them about the issue.
The .htaccess file permissions are: /opt/bitnami/apps/wordpress/htdocs/.htaccess => ._________________________________________________-
When I attempt to find the file on the server itself I am unable to do so in the given path.
I am running a pre-built Bitami image on Amazon’s EC2 cloud.
When I apply setting I get the below:
_____________________________________________
Adaptive Images — Settings updated.
The settings have been saved in the database.
The .htaccess file could not be updated. This probably means a filesystem error or a permissions problem: /opt/bitnami/apps/wordpress/htdocs/.htaccess => .
Consider adding this code to your .htaccess file manually:
# BEGIN Adaptive Images
#=======================<IfModule mod_rewrite.c>
RewriteEngine On
# Watched directories
RewriteCond %{REQUEST_URI} /wp-content/uploads [OR]
RewriteCond %{REQUEST_URI} /wp-content/themes# Redirect images through the adaptive images script
RewriteRule \.(?:jpe?g|gif|png)$ /wp-content/plugins/adaptive-images/adaptive-images-script.php [L]</IfModule>
# END Adaptive Images
User settings file could not be updated. This probably means a filesystem error or a permissions problem./opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/adaptive-images/user-settings.php => .
The plugin will still be able to function but with its default settings until this problem is resolved.__________________________________________________
I also attempted to find the referenced user-setting.php file but that was also not where it is indicated.
- The topic ‘Adaptive Images Error — The .htaccess file is not updated’ is closed to new replies.