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

i dont see it eather , but i think i found the problem , i am looking a bit more in htacces

the image goes directly to where it is written , but thats not where it need to be

in htacces stands this intresting code

Code:
RewriteRule ^get/(.*)$ /adoptables200/siggy.php?url=$1 [L]
meaning , ^get = everything until you get /get/
(.*)$ is everything after it and change it to $
then $1 means the first rewrite (that $ from before)


this is the output you have from the image
http://adottami.cz.cc/picuploads/gif/12.gif?url=12.gif
and thats not what we need to have , but means that it does rewrite but not right

it ads the url=12.gif behind it and thats not what need to be behind

dit you edited siggy.php by any change ?

i got totaly no clue how the =?12.gif can come behind it , the rewrite rule seems to be fine

ps: http://adottami.cz.cc/picuploads/gif/12.gif does not works eather :s

Greets From The crasher

but i going leave this up to BMR777 to give the solution

but the rewriting is working , exept that last code is wrong (shoulnd add the ?=url)
Reply With Quote