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]