View Single Post
  #3  
Old 06-20-2011, 04:13 AM
bluez bluez is offline
Member
 
Join Date: Jun 2011
Posts: 9
Gender: Male
Credits: 2,078
bluez is on a distinguished road
Default

here is what's on my .htaccess
Code:
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

Last edited by bluez; 06-20-2011 at 12:06 PM.
Reply With Quote