PDA

View Full Version : Hierarchy of files on a server...




LtRammstein
Aug 16, 2006, 04:55 PM
I was wondering, is there sometype of hierarchy of files on a webserver?

For example, I have HTML files as the core of my server, but I'm slowly moving all those to a seperate folder and switching to PHP and MySQL. As of right now, I have to type the URL out completely with the PHP file to see the index.php. Thanks!

Steve



Super Macho Man
Aug 16, 2006, 05:21 PM
href="subfolder/file.html"

href="../file.html" (from within the subfolder)