PDA

View Full Version : Alternative images not working


bluez
06-19-2011, 02:36 PM
The requested URL /get/49.gif was not found on this server.

what should i do because php images not working on some forum.

Tequila
06-19-2011, 06:21 PM
Check the htaccess.txt file. You'll have to rename it to .htaccess and make sure that the directory you're using is defined in it. :3

bluez
06-20-2011, 04:13 AM
here is what's on my .htaccess
RewriteEngine On


RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^get/([0-9]+).gif$ /siggy.php?id=$1 [L]

anything wrong ?

EDIT : nevermind i figure it out :D thanks btw