Knowledge base

1000 FAQs, 500 tutorials and instructional videos. Here, there are only solutions!

Manage the file types interpreted by PHP

This guide explains how to enable support for certain file types (e.g., .inc) on an Infomaniak web hosting account, so that they are processed in the same way as a .php file.

 

Introduction

  • Previously, you had to add the following line to a .htaccess file:
    • AddType application/x-httpd-php .inc
    • This prevented the file's content from being displayed as text when accessed via a browser, instead of being correctly interpreted by PHP.
  • Now you can manage file extensions via the FPM Extensions field in your hosting's Manager.

 

Manage PHP-recognized extensions

To add support for a specific file type:

  1. Click here to access the management of your website in the Infomaniak Manager (need help?).
  2. Click directly on the name assigned to the website in question:
  3. Click on Manage advanced settings:
  4. Click on the PHP / Apache tab:
  5. Edit the FPM Extensions field to add the desired extensions.
  6. Click the button at the bottom of the page to save:

Has this FAQ been helpful?