Forum Moderators: phranque
RewriteRule ^images/cache/(.*)$ /images/image.php?src=$1 [L]
When I go to
[domain.com...]
I get a 404 error. Looking in the apache error logs I get
/home/public_html/image.php does not exist
It looks like the rule is rewriting the url and not including /images/ in the url.
Any idea what's wrong?