Skip to content
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

fantasytopics.com redirects broken #1055

Closed
TheLastZombie opened this issue Aug 1, 2022 · 1 comment
Closed

fantasytopics.com redirects broken #1055

TheLastZombie opened this issue Aug 1, 2022 · 1 comment

Comments

@TheLastZombie
Copy link
Collaborator

Right now, for example, https://fantasytopics.com/wp-content/uploads/2022/07/Ore-Distribution-735x631.jpg.webp redirects to https://fantasytopics.com/wp-content/uploads/2022/07/Ore-Distribution.jpg.webp, which is a 404 page. The full image can be accessed by removing the WEBP suffix – at https://fantasytopics.com/wp-content/uploads/2022/07/Ore-Distribution.jpg.

Since they're using WordPress, I assume that this issue affects other sites as well – I guess they're using a plugin that automatically converts images to WEBPs.

@qsniyg
Copy link
Owner

qsniyg commented Mar 4, 2023

Thanks for reporting. I've implemented specific site support for fantasytopics.com for now, I'll implement a full rule for this later. I think probably a good approach would be to remove -\dx\d first, then remove .webp (in case it doesn't work)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants