[PLUG] Local Viewing of Web Pages

Russ Johnson russj at dimstar.net
Wed May 4 23:59:12 UTC 2005


Rich Shepard wrote:

>   I'm trying to view a web-hosted application by opening the index.php in
> firefox. It links to other .php files in the same directory and .html and
> image files in parallel directories or sub-directories of those.
>
>   Is there a standard way of referencing these other pages and files 
> when the
> forward slash (for document root) doesn't work? It's not installed on the
> local web server, I want to look at the pages to understand the UI. 


php is interpreted by the web server before being transmitted to the 
browser. You'll need to look at them through the web server to see the 
resulting html.

Russ



More information about the PLUG mailing list