Does anyone know how I can get PHP output pages to display as *.html pages?
The reason that I ask is that search engines (specifically Google, I think) don't like to index pages that end in *.php
I use templates and an HTML class to output my pages. For example, a page called "OutputPage.php" can call the HTML class and the template to output a page - but the page displays as "OutputPage.php" in the browser.
I know that a page has to have the php suffix in order for the server to recognize the script as a PHP script.
I would appreciate any information that anyone could provide.
Thanks.