php AddType directive
Posted: Wed Sep 15, 2010 4:49 am
AddType directive:
"While some users prefer to use PHP in conjunction with the .html extension, keep in mind that doing so
will ultimately cause the file to be passed to PHP for parsing every single time an HTML file is requested.Some
people may consider this convenient, but it will come at the cost of performance." can't catch up with this paragraph. supposeed a file's suffix is .html,there is no php in it. does it to be passed to PHP for parsing ?
"While some users prefer to use PHP in conjunction with the .html extension, keep in mind that doing so
will ultimately cause the file to be passed to PHP for parsing every single time an HTML file is requested.Some
people may consider this convenient, but it will come at the cost of performance." can't catch up with this paragraph. supposeed a file's suffix is .html,there is no php in it. does it to be passed to PHP for parsing ?