PHP Code:
	
		
			
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^get/([0-9]+).gif$ /siggy.php?id=$1 [L] 
		
	
 Like this? Do I have to adopt a new pet or should it have changed it because it still seems not to work.

