.htaccess replace " ? | & | = " with "_" in Query String – Apache
I'm trying create a caching system for an "on demand" PHP image resizer. I need to be able to check if the following file and query string exists in cache: https://www.example.com/images/img.jpg?w=400&h=300&fit=crop My PHP script generates the cached file by replacing…