You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turns out I can still load pages on https. Without adaptive images loaded http and https work, with it on, http loaded pages 403 especially when listing directories website.com/page/ vs website.com/page/index.php
I also got a strange problem when I try to force SSL/HTTPs.
When I do not enforce but use https, everything works fine and in those cases I get the response "304 Not changed" from AI, when requesting an image. When I add the following lines to the .htaccess file
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
I suddenly get endless "chains" of 301 Permanently moved responses that cause the images to not be displayed.
Does anyone have an Idea what is wrong ?
If I do not enforce https via .htaccess the requests to AI are made via https and everything works fine.
I installed adaptive images on relatively bare .htaccess and it makes the root of the domain 403
I enabled error reporting but I get nothing... GD is installed, php is version PHP 5.2.17-pl5-gentoo
here's what was already in the .htaccess
removehandler server-parsed .html .htm
addtype application/x-httpd-php .html .htm
Any ideas?
The text was updated successfully, but these errors were encountered: