Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 67836

Adaptive Images Error — The .htaccess file is not updated

$
0
0

Replies: 0

Hello there

I’m having the following error in WP:

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: /home/www/99c3a190a9204cf9bf21b5603a28d7b5/web/.htaccess => -rw-r–r–.

So, I’ve checked:
– .htaccess exists: true
– .htaccess has 644 rights
– .htaccess access seems to be granted to the correct user (however, I don’t know how to check which user is being “used” by Adaptive Images”…)
– I have manually added the content to .htaccess for now.
# 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

What else should I look at?

Version of the plugin: 0.6.60

Best,
bertrand


Viewing all articles
Browse latest Browse all 67836

Trending Articles