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
x-powered-by header is still sent
Moderator: General Moderators
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia