If you wish parse PHP in your HTML pages you need to add the following line you the .htaccess file within the public_html directory of your account:
AddHandler application/x-httpd-php5 .html .htm
If you wish parse PHP in your HTML pages you need to add the following line you the .htaccess file within the public_html directory of your account:
AddHandler application/x-httpd-php5 .html .htm
The following will allow you to create a test script to ensure Python is working on your account...
The Ioncube loaders are installed and ready for use so you don't need to do anything to use them.
We run suPHP on our servers, so PHP is running as CGI.
You can run PHP scripts anywhere on your web space with the exception of the "cgi-bin".
SSI (Server Side Include) tags allow you to include dynamic content in standard HTML pages. All...