• Resolved guilllemes

    (@guilllemes)


    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]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Takis Bouyouris

    (@nevma)

    Hello, my friend,

    I think that the issue is indeed related to the Adaptive Images plugin. Probably due to the latest update in combination with the fact that your WordPress installation lies in a subdirectory.

    Could you try and save the Adaptive Images plugin settings once again and tell me if the problem is fixed?

    Cheers,
    Takis

    Thread Starter guilllemes

    (@guilllemes)

    Hello Takis:
    I did it but doesn′t work ??

    Thank you,

    G

    Plugin Author Takis Bouyouris

    (@nevma)

    Hello, again,

    Are you sure you checked after saving the settings? Perhaps did a hard browser refresh: Ctrl+F5 in Window or Cmd+R in Mac? Because I just checked your website again and your images seem to be loading as expected by the Adaptive Images plugin!

    Cheers,
    Takis

    Thread Starter guilllemes

    (@guilllemes)

    I did, now is working!!!
    Thank you so much!!!!;)

    Guil,

    Plugin Author Takis Bouyouris

    (@nevma)

    You are very welcome!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘The web doesn′t show images’ is closed to new replies.