Hello everybodies!
I've created a dynamic image that my website users can put in their forum signature, but most forums don't support a .php file as an image.
The image is http://cybergeorge.freehostia.com/gr...r/?user=George (actually index.php?user=George), and I wanted it so that when the user types http://cybergeorge.freehostia.com/gr...tar/George.gif it will redirect to the original file (George.gif doesnt actually exist).
I tried using a .htaccess file, but George.gif AND all other files (existent or not) come up with 500 Internal Server Error.
The contents of the .htaccess file is:
I'm pretty good at PHP, but fairly new to .htaccess. Could someone help me please?Code:Options +FollowSymlinks RewriteEngine on RewriteRule ^(.+)\.gif$ index.php?user=$1 #[r=301,nc]



Reply With Quote




Bookmarks