threeo Posted August 26, 2009 Share Posted August 26, 2009 i'm trying to decipher a bug in some PHP code and one thing i can't wrap my head around is this: there's an image on a page and it's href is set to: http://sitename/vermont/ but, there is no actual subfolder under sitename called vermont. i've never seen something like this. can someone explain it to me? Quote Link to comment https://forums.phpfreaks.com/topic/171888-how-is-this-url-interpreted-by-php/ Share on other sites More sharing options...
.josh Posted August 26, 2009 Share Posted August 26, 2009 how is the link generated? Is it hardcoded that way? Quote Link to comment https://forums.phpfreaks.com/topic/171888-how-is-this-url-interpreted-by-php/#findComment-906367 Share on other sites More sharing options...
oni-kun Posted August 26, 2009 Share Posted August 26, 2009 If you're asking why there's no subfolder, than you or whoever wrote the script (HTML wise for the image, or PHP that is displaying it) did not point to the correct place. The href="" is pointing to /vermont/, shouldn't you just change it? Quote Link to comment https://forums.phpfreaks.com/topic/171888-how-is-this-url-interpreted-by-php/#findComment-906369 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.