I want to redirect sig.png to image.php:
RewriteEngine On
RewriteBase /
RewriteRule ^sig.png$ image.php [L]
This does not work. When I visit sig.png, I get a 404 error.
Folder structure:
/bobrocket.co/omniscript/
Htaccess file and all other files are placed in there.