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
I'm one step forward. - when called the page displays pictures but does not cache.
in his comment of 18. Jan 2012 matt wicox wrote:
"Open up the .htaccess file and replace
I'm one step forward. - when called the page displays pictures but does not cache.
in his comment of 18. Jan 2012 matt wicox wrote:
"Open up the .htaccess file and replace
RewriteRule .(?:jpe?g|gif|png)$ adaptive-images.php
with
RewriteRule .(?:jpe?g|gif|png)$ test.jpg"
But in his instructions he writes
RewriteRule \ .(?:jpe?g|gif|png)$ adaptive-images.php
must I replace it with
RewriteRule .(?:jpe?g|gif|png)$ test.jpg ?
thankfull for an answer
The text was updated successfully, but these errors were encountered: