htaccess file is changed when uploading photos to galleries

HomeSupportImage Storehtaccess file is changed when uploading photos to galleries

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #288373
    bbybls
    Participant

    Occasionally when I upload photos to a gallery, my site will go down with an internal error. It only happens when I upload photos through this plugin. If I replace the htaccess file with an earlier version the site will come back up. But then will go down later with another upload of photos.

    This is the code that allows the website to work correctly
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    But this is what it gets changed to while uploading photos
    # BEGIN WordPress<<IfModule mod_rewrite.c>RRewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    What could be causing this? Any help is very much appreciated, it is hard to use a website that keeps crashing. Thanks.

    #290605
    Xpark Media
    Keymaster

    What version of WP and Image Store are you using? Is there any other plugin?

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.