Skip to main content

Add .php3 as a PHP AddType extension?

Comments

2 comments

  • cPanelMichael
    Hello, Since you are using PHP selector, you should be able to add an entry like this to the .htaccess file within the document root of the website:
    AddType application/x-httpd-php70 .php3
    Ensure to replace "php70" with the version of PHP enabled in the directory: Different PHP versions per directories using PHP Selector Thank you.
    0
  • thaingoc
    very good, thanks @cPanelMichael
    0

Please sign in to leave a comment.