View Single Post
  #15  
Old 01-26-2010, 02:59 AM
Soslowly Soslowly is offline
Member
 
Join Date: Jan 2010
Posts: 12
Credits: 1,470
Soslowly
Default RE: htaccess problem

the script is in the root: adottami.cz.cc

.htaccess:

RewriteEngine On

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