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