I have assigned HeaderName path/.../head.html in .htaccess,in which my php page (as it is set in action tag in a form at head.html) is sending output from html to another page (that's obvious), and to display output on the same page, I must build my php code with html on the same page, and save it as .php extension, but HeaderName in .htaccess is not accepting .php extension, also I am strictly not allowed to use superglobal variables (like SESSION) !! please help,,
1条回答 默认 最新
- doujing6436 2013-10-25 19:50关注
This is how you use
.php
fine inHeaderName
directive:AddType text/html .php Addhandler application/x-httpd-php .php HeaderName /includes/header.php
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报