• Resolved henriquesv

    (@henriquesv)


    Hello,

    I was experiencing issues with .htaccess, so I switched to “Pass through error”. However, after using the plugin, all the images disappeared, and they’re no longer in the uploads folder. What could have caused this? What are my options now?

    For testing, I used How to Test Converter for Media Plugin, but it only displayed a list of 404 images.

    Thank you for your assistance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Mateusz Gbiorczyk

    (@mateuszgbiorczyk)

    Hi @henriquesv,

    Thank you for your message.

    Your images are still safe – our plugin does not modify or delete images in your media libraries. Please activate via .htaccess mode instead of Pass Thru and the problem will be solved.

    As for the server configuration error in via .htaccess mode, please tell me what exactly the error was – I will ask for a screenshot and information about what you did after reading this message.

    Best,
    Mateusz

    Thread Starter henriquesv

    (@henriquesv)

    Hi Mateusz,

    Here’s the error:

    It looks like mod_rewrite is locked on your server to the /wp-content/uploads/ directory. The blocking issue applies to .htaccess file rewrites for files in the /wp-content/uploads/ directory. Ask your hosting's technical support to unblock .htaccess file rewrites for files in the /wp-content/uploads/ directory.
    
    In this case, contact your server administrator.
    
    Error codes: rewrites_uploads_blocked

    I ensured that the following settings were applied in the .htaccess file located within the /wp-content folder:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    I am using InMotion Hosting service.

    • This reply was modified 1 year, 3 months ago by henriquesv.
    Plugin Author Mateusz Gbiorczyk

    (@mateuszgbiorczyk)

    @henriquesv Are you sure what you sent was the .htaccess file from the /wp-content directory? This looks like an .htaccess file from your WordPress root directory.

    Here you will find a guide for InMotion hosting:
    https://mattplugins.com/docs/inmotion-configuration

    Thread Starter henriquesv

    (@henriquesv)

    Thanks Mateusz! It is now working!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘404 error for converted images though method Pass through error’ is closed to new replies.