Table of Contents
PHP
Updated Oct 3rd, 2017 at 15:31 BST
- To execute a .htm or .html file as if it were a PHP script, you just need to add the following line to a .htaccess file in the directory: AddType… read on.
- Sometimes you might want to execute PHP using a non-PHP file extension, for instance you might have an image handling script which you would like to be called imageHander.jpg… read on.
- In a cron job, when you want to execute a PHP script, you would often use the php command. On the Cloud however, we provide various versions of PHP (5.6 - 7.*),… read on.
- With so many Content Management Systems available, and each having it's own particulars, occasionally our standard PHP settings may not be configured exactly to suit your website.Because we run… read on.