All files converted but not loading
-
Hi Mateusz,
First of all many thanks for the plugin.
I successfully converted all the images, but the site not loading them.
I followed all the instructions in FAQ plus tried some of the support forum posts.
Server: https://babamancs.hu/01-screencapture-babamancs-hu-wp-admin-options-general-php-2020-01-09-12_49_31.pdfhtaccess file:
AddType image/webp .webp
# 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># BEGIN WebP Converter
<IfModule mod_mime.c>
AddType image/webp .webp
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_ACCEPT} image/webp
RewriteCond %{DOCUMENT_ROOT}/$1/uploads-webpc/$2.jpg.webp -f
RewriteRule (.+)?uploads/(.+)\.jpg$ $1/uploads-webpc/$2.jpg.webp [T=image/webp]
RewriteCond %{HTTP_ACCEPT} image/webp
RewriteCond %{DOCUMENT_ROOT}/$1/uploads-webpc/$2.jpeg.webp -f
RewriteRule (.+)?uploads/(.+)\.jpeg$ $1/uploads-webpc/$2.jpeg.webp [T=image/webp]
RewriteCond %{HTTP_ACCEPT} image/webp
RewriteCond %{DOCUMENT_ROOT}/$1/uploads-webpc/$2.png.webp -f
RewriteRule (.+)?uploads/(.+)\.png$ $1/uploads-webpc/$2.png.webp [T=image/webp]
</IfModule>
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/webp “access plus 1 year”
</IfModule>
# END WebP ConverterThe page I need help with: [log in to see the link]
- The topic ‘All files converted but not loading’ is closed to new replies.