View Single Post
  #12  
Old 04-26-2009, 06:04 AM
trollis76 trollis76 is offline
Member
 
Join Date: Feb 2009
Posts: 160
Credits: 18,083
trollis76
Default RE: Images not showing

Link to my install? I didn't get that, sorry.
But I'll post the .htaccess file.

Code:
RewriteEngine On


RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^get/([0-9]+).gif$ /siggy.php?id=$1 [L]
EDIT:
Look, if I enter my FireFTP I have the folder Public_html. And inside I have taken all of the stuff that was INSIDE the adoptable folder and uploaded it. So I have no adoptable folder, just all of the basic stuff inside my Public_html. So, in shorter terms you could say that I use my Public_html instead of the adoptable.

Sorry if you didn't understand a word.
Reply With Quote