For example, the application requires your server to support a "php5" extension and execute files (filename.php5) like normal PHP files. This can be achieved by creating an .htaccess file with the following line:
AddType application/x-httpd-php .php5
Once you have completed the .htaccess file, then all you need to do is upload the file to the domain's web root (i.e. httpdocs or public_html) which requires this customized web extension and that is it.
Here is a list of common application types that can be used:
Last Updated
27th of October, 2009