Two method for user authentication in PHP (2)
AddType APPLICATION/X-HTTPD-PHP4. php3
AddType APPLICATION/X-HTTPD-PHP4. PhP4
Action Application/x-httpd-php4/php4/php.exe
To make PHP support more suffix names, no problem. In the given configuration file mod_php4.conf has supported three suffix names PHP,PHP3,PHP4, if you also want to support more suffix name can change this file, very simple.
4. Testing
Use the test. You will see that the server API has a value of Apache, not CGI, and also information about HTTP Headers information.
http://www.bkjia.com/PHPjc/532311.html www.bkjia.com true http://www.bkjia.com/PHPjc/532311.html techarticle PHP user Authentication Implementation two method (2) AddType application/x-httpd-php4. PhP3 addtype application/x-httpd-php4. PHP4 Action Application /x-httpd-php4/php4/php.exe to make PHP support ...