Most web servers can be configured to handle .html files using php. This will, however, put additional strain on the server when it is just serving up static html pages. Is the .php extension so bad?
xjeffx wrote:
Is there any way to hide the file extension of PHP pages? Suppose, instead of .php, it comes up as .html but still functions like PHP. I'm just wondering because I have created an entire site with PHP but I've yet to see any other sites where every page listed is a .php page, except maybe this site. Is there a way? Is it plausible? Waste of time? Thanx.