Recommended Posts

Posted

Hi,

Is it posisble by putting a .htaccess with the below in a folder, and all files and folders in that folder will use PHP 5.3.6?


AddHandler application/x-httpd-php53 php

Posted

Just add the following to your .htaccess file (create one if doesn't exist) in the folder you wish to run PHP 5.3 (all child directories will run it as well)

AddType application/x-httpd-php53 php

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...