php - ../ in relative URL not behaving as expected -


almost documentation can find tells me using "../" in relative urls goes 1 level current directory.

so if in file @ "html/testing/new_version/admin/login.php"

i use following relative url "../images/fail.gif" server should looking fail.gif @ "html/testing/new_version/images/fail.gif" .

but come file not found error. it's looking file in "html/images/fail.gif"

why that? php setting of sort?


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -