View Single Post
  #4  
Old 01-20-2010, 07:02 PM
powerchaos's Avatar
powerchaos powerchaos is offline
WebMaster
 
Join Date: May 2008
Posts: 130
Gender: Male
Credits: 12,954
powerchaos
Send a message via AIM to powerchaos Send a message via MSN to powerchaos
Default RE: htaccess problem

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
Reply With Quote