http_physical_path
returns the physical path location of the requested URL
http_physical_path
();
Description
This function returns the absolute path to the physical path location of
current HTTP request
Examples
Retrieving Current Path of Request
<?vsp
http (sprintf ('<p>The physical location is : %s </p>', http_physical_path ()));
?>