View Single Post
Old 2007-12-10, 10:46 AM   #6
Preacher
There's Xanax in my thurible!
 
Preacher's Avatar
 
Join Date: Apr 2005
Location: Wherever they screw on my head
Posts: 2,441
Send a message via ICQ to Preacher
Quote:
Originally Posted by Simon View Post
And for a convoluted workaround, if you can't for some reason get the script to create/use .html extensions, you can let it generate the index.php page and then you can use a PHP include statement to pull the contents of that page into your index.html page. If the script builds exactly the page you want, this could be the complete contents of your index.html page on your server:

Code:
<?php include ('index.php'); ?>
Or just plop down the php page with an ssi include, then your index can be in shtml, and set html pages to run ssi includes in your htaccess.
__________________
NSCash * This Depraved World
Preacher is offline   Reply With Quote