I am trying to make use of an image processing app. It requires an Apache directive in a .htaccess file. But no matter what I do to the RewriteRule, I cannot getting it to work. Causes a Server 500 error.
The rule is:
RewriteRule \.(?:jpe?g|gif|png)$ adaptive-images.php
This should take any jpg/gif/png file and send it over to the adaptive-images.php
file, where it will be run through a process for image sizing.
At this point I am beyond my expertise for RewriteRules.