View Single Post
  #3  
Old 01-20-2010, 06:56 PM
Soslowly Soslowly is offline
Member
 
Join Date: Jan 2010
Posts: 12
Credits: 1,501
Soslowly
Default RE: htaccess problem

The htaccess is in the folder /pet
And in the pet folder there is the script.

The domain pointer, point the folder to the domain example.com

The htaccess is:

Code:
RewriteEngine On


RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^get/(.*)$ /adoptables200/siggy.php?url=$1 [L]
Reply With Quote