K
kayodeok
Would someone mind clarifying a few points for me:
My webpages in my sig all have the html extension however, I have
one page which should be parsed as php (not yet uploaded).
I do not want to add the php extension preferring to keep the html
extension.
My research on this is quite conflicting:
some Websites such as http://www.spiderpro.com/bu/buphph001.html
asks me to include AddType application/x-httpd-php .php .html in my
..htacess file and put it in every directory I need it for.
Others such as http://www.zend.com/manual/security.hiding.php asks
me to include just AddType application/x-httpd-php .html in my
..htacess file but mentions that I would suffer a performance hit on
my pages.
I am unable to locate the definitive source for these instructions.
Does anyone know where I can locate the source url? Or better
still, explain the difference between
AddType application/x-httpd-php .php .html
and
AddType application/x-httpd-php .html
Thanks
My webpages in my sig all have the html extension however, I have
one page which should be parsed as php (not yet uploaded).
I do not want to add the php extension preferring to keep the html
extension.
My research on this is quite conflicting:
some Websites such as http://www.spiderpro.com/bu/buphph001.html
asks me to include AddType application/x-httpd-php .php .html in my
..htacess file and put it in every directory I need it for.
Others such as http://www.zend.com/manual/security.hiding.php asks
me to include just AddType application/x-httpd-php .html in my
..htacess file but mentions that I would suffer a performance hit on
my pages.
I am unable to locate the definitive source for these instructions.
Does anyone know where I can locate the source url? Or better
still, explain the difference between
AddType application/x-httpd-php .php .html
and
AddType application/x-httpd-php .html
Thanks