Forum Moderators: coopster

Message Too Old, No Replies

Can I simply call my page .html instead of .php?

         

Rightz

3:50 pm on Jun 11, 2006 (gmt 0)

10+ Year Member



I've got an html page with php within it. I personally prefer pages to be called something.html

so.... I changed the .php pages to .html and it works fine - is there any reason I shouldn't be doing this?

Thanks

wsmeyer

4:02 pm on Jun 11, 2006 (gmt 0)

10+ Year Member



At some point someone setup your server to send .html files through the PHP processor.

Doing this sends all .html files through the processor - whether they have any code in them or not. If your site has a large number of .html files that don't have any PHP code in them you will have adding unnecessary load to the server.

William.