x-powered-by header is still sent
Posted: Thu Jul 12, 2007 2:53 am
I just started parsing extensionless files as PHP with the following lines in .htaccess and php.ini but the x-powered-by header is now being sent. Any ideas why ?
.htaccess:
AddHandler x-httpd-php .html
<Files ~ "^[^\.]+$">
SetHandler application/x-httpd-php
</Files>
php.ini:
expose_php = Off
.htaccess:
AddHandler x-httpd-php .html
<Files ~ "^[^\.]+$">
SetHandler application/x-httpd-php
</Files>
php.ini:
expose_php = Off