View Single Post
  #16  
Old 05-03-2009, 04:14 PM
Aluka Aluka is offline
Member
 
Join Date: May 2009
Posts: 13
Credits: 957
Aluka
Default RE: Images not showing

PHP Code:
RewriteEngine On


RewriteCond 
%{REQUEST_FILENAME} !-f
RewriteCond 
%{REQUEST_FILENAME} !-d
RewriteRule 
^get/([0-9]+).gif$ /home/siggy.php?id=$[L
That's exactly how my .htaccess file looks like. And I renamed my adoptables folder to home, so, don't say anything about that. I posted some of my links in my signature, too.
Reply With Quote