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
Post a Comment