Quote:
Originally Posted by Qwest
Hey guys.
For those of you complaining about forums not accepting sig.php as an image. Simply add this code to a .htaccess file and place it in the same directory as base.png and sig.php
Code:
RewriteEngine on
RewriteRule ^base.png$ sig.php
Then just link to base.png and Apache will automatically use sig.php
|
I tried this but when linking to the .png that is all I get, ie. not linking to the php. Any ideas or suggestions?