You can still get assistance by raising a ticket with our support department should you not be able to find what you are looking for here.

Assign Apache handlers so specific file extensions run with the correct processor.

Apache handlers tell the web server how to process certain file types — for example running .php files through the PHP engine.

Add or edit a handler

  1. Go to Advanced Features → Apache Handlers.
  2. Select the domain.
  3. View existing handlers or click Add Handler.
  4. Enter the handler name and file extension (for example handler application/x-httpd-php82 for extension .php).
  5. Save the handler.

When you need this

Most sites work with default handlers. Custom handlers are useful for legacy scripts, CGI files, or non-standard extensions. Incorrect handlers can cause downloads instead of execution — revert changes if your site stops working.

← Back to Advanced Features