How to Setup Customized Web Extension?

Sometimes certain web applications will require your server to create a customized web extension. This is not a problem as it is easy to create and support customized web extensions using your In2net VPS (Linux) container.

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:

  • PHP – application/x-httpd-php
  • CGI – application/x-httpd-cgi


Related Articles

No related articles were found.

Attachments

No attachments were found.

Article Details

Last Updated
27th of October, 2009

Would you like to...

Print this page  Print this page

 Subscribe me

Subscribe me  Bookmark Article

Remove Highlighting Remove Highlighting

Edit this Article

Quick Edit

Export to PDF


User Opinions

No users have voted.

How would you rate this answer?




Thank you for rating this answer.

Continue