Say I Want To Change The Extension Of A Php File Which Of The #259
Say I want to change the extension of a PHP file, which of the following statements should I edit to change from .php to .html in the httpd.conf file?
This multiple choice question (MCQ) is related to the book/course gs gs107 PHP: Hypertext Preprocessor. It can also be found in gs gs107 PHP File and Session Handling - PHP Website Security - Quiz No.1.
Say I want to change the extension of a PHP file, which of the following statements should I edit to change from .php to .html in the httpd.conf file?
AddType application/x-httpd-php .php
AddType application/x-httpd-php .asp
AddType application/x-httpd-asp .php
AddType application/x-httpd-asp .asp