-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with .htaccess rules on Apache, 404 erros partly showed #100
Comments
Do the webp images exist beside the original files on the disk? They have the same name but .webp appended. Also, try running the following command to generate the missing webp files:
|
Strange things happen in my localhost, it's blocking my stylesheets "Blocked loading mixed active content". I have to investigate what is causing this after minor changes. On the other hand, on prod version, I can't run a PHP commands. You could check the live prod's console here |
add a https://github.com/OFFLINE-GmbH/oc-responsive-images-plugin/blob/develop/webp.php#L31 |
I've added it just right now to prod (live): What is weird, on localhost (Windows) now some of the pictures are loaded, but some of them are not. |
All the image requests return Check your server's access and error logs and see if you can find more details there. |
all error logs are empty, except
|
Even with standard winter's
|
Hi!
I need help with
.htaccess
rules.As I wrote earlier in the past issues, I'm running Winter CMS on PHP 8.1 with
oc-responsive-images-plugin
and just updatedoc-speedy-plugin
.The problem is with
responsive images
and.htacees
, oncewebp rules
are active the part of all images disappears and I get a 404 error in my console. If I comment out thewebp
part everything works.Am I doing something wrong or it's a bug?
Thank you!
Here is my full
.htaccess
:The text was updated successfully, but these errors were encountered: