Posts: 2,536
Location: Western Maryland
|
HyruleKnight,
If you need to enable PHP processing for the .shtml extension and you are using Apache (not sure, just guessing), then edit a line in your Apache configuration file httpd.conf which looks like this one:
AddType application/x-httpd-php .php
You should be able to add the .shtml extension on the end there to enable .shtml so that it looks like:
AddType application/x-httpd-php .php .shtml
I just performed a test on my server and it worked fine. This should allow you to insert PHP functionality into your pages without changing your extension.
I know I didn't answer your poll question, but this is a piece of what you will need to do.
__________________
—Kyrnt
|