try to put this command at top and see if it works then
but if the script is in the pet folder
then you mean
pet.yourdomain.com as main domain
and the location is then
yourdomain.com/pet
i am not that good with htacces (to be honnest , i know nothing of it )
but i know that sometimes to get it working that you need to use this command in your htaces file
it all depends how your host setted it up (does it allow second level htacces ?? or only first level , second level means /home/www/secondlevel/ )
Code:
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^get/(.*)$ /adoptables200/siggy.php?url=$1 [L]
try this code , sometimes it works , els it give you a nice error 500 page
Greets From PowerChaos