Apache handlers control how the Apache web server software manages
certain file types and extensions for your site. Apache comes configured
to handle CGI scripts and server-parsed files. You can configure Apache
to handle a new file type with an existing handler by manually adding
the handler and extension below. For example, to have the server treat
files with the extension .example as CGI files, you would type “cgi-script” under Handler and “.example” under Extension(s).
- Log into cPanel - Go to Advance area - Click on Apache Handlers - Enter the handler you want to create in the first empty text box. - In the second empty text box, enter the extension the handler will use when being called. - Click on the Add button.