The web doesn′t show images
-
Hello,
Since 2 days ago our web doesn′t show any image. Our .htaccess is this:# BEGIN Adaptive Images
#=======================<IfModule mod_rewrite.c>
RewriteEngine On
# Watched directories
RewriteCond %{REQUEST_URI} /nueva/wp-content/uploads [OR]
RewriteCond %{REQUEST_URI} /nueva/wp-content/themes# Redirect images through the adaptive images script
RewriteRule \.(?:jpe?g|gif|png)$ /nueva/wp-content/plugins/adaptive-images/adaptive-images-script.php [L]</IfModule>
# END Adaptive Images
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /nueva/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /nueva/index.php [L]
</IfModule># END WordPress
I dont know if the problem is your plugin.
Thank you so much,
G.
The page I need help with: [log in to see the link]
- The topic ‘The web doesn′t show images’ is closed to new replies.