> Another way to have the system recognize a PHP file as the index page 
> is simply to edit the .htaccess file in that (or any overarching) 
> directory so that '.html' files are parsed by PHP.

Just realize that in doing so, you're going to take a performance hit.  This
only matters of course if you are planning on handling serious traffic.
It's not good practice to have every file parsed, unless you plan on
embedding code in every page.  Even so, it's best to deal with it gracefully
& allow yourself the ability to cache static pages.  IMHO...
 

Reply via email to