Jump to content

how is this URL interpreted by PHP?


threeo

Recommended Posts

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?

 

Link to comment
https://forums.phpfreaks.com/topic/171888-how-is-this-url-interpreted-by-php/
Share on other sites

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?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.