🌼 Spring Sale — Up to 60% discount for hosting and domains
Frequently Asked QuestionsDev

How can I make .html files be interpreted as .php files by the server?

In this article, you will learn the procedure by which .html files are interpreted as .php files by the server.

Views 434Updated 6 aniPublished on 22/01/2019by Florin Petran

Shared server steps

In order for the server to interpret .html files as .php files, it is necessary to add the lines below in the .htaccess file in the directory where the .html file is located or in the root directory of the hosting account.

AddHandler application/x-httpd-ea-php56-lsphp /opt/cpanel/ea-php56/root/usr/bin/lsphp .html
#AddHandler application/x-httpd-ea-php70-lsphp /opt/cpanel/ea-php70/root/usr/bin/lsphp .html
#application/x-httpd-ea-php71-lsphp /opt/cpanel/ea-php71/root/usr/bin/lsphp .html
#application/x-httpd-ea-php72-lsphp /opt/cpanel/ea-php72/root/usr/bin/lsphp .html

We will uncomment the line specific to the PHP version that is set in the cPanel account, in our case PHP 5.6.

VPS Server cPanel Steps

#AddHandler application/x-httpd-ea-php56 /opt/cpanel/ea-php56/root/usr/sbin/php-fpm .html
AddHandler application/x-httpd-ea-php70 /opt/cpanel/ea-php70/root/usr/sbin/php-fpm .html
#AddHandler application/x-httpd-ea-php71 /opt/cpanel/ea-php71/root/usr/sbin/php-fpm .html
#AddHandler application/x-httpd-ea-php72 /opt/cpanel/ea-php72/root/usr/sbin/php-fpm .html

We will uncomment the specific line for the PHP version that is set in the cPanel account, in our case PHP 7.0.

Similar Articles

What do IPV4 and IPV6 mean, and what is the difference between them?Frequently Asked Questions /Dev

IPv4 and IPv6 are protocols for identifying devices on networks. IPv4, with 32 bits, faces address exhaustion, while IPv6, with 128 bits, offers many more options.

34
by Sebastian Szlivka
Views 19620
Updated 6 months ago
Published on 24/04/2019
What are the Hostico nameservers?Frequently Asked Questions /Random

Discover Hostico nameservers for Start, Business, Reseller, and VPS hosting packages. Find out how to set them up and the propagation time.

29
by Sebastian Szlivka
Views 5473
Updated 1 year ago
Published on 11/07/2018
Do you create websites?Frequently Asked Questions /Random

We offer a website building application, but not web design services. Contact a web development company for specific needs.

13
by Andrea Zemba
Views 1789
Updated 3 years ago
Published on 25/07/2018
What is recurring payment?Frequently Asked Questions /Commercial

Recurring payment allows automatic debit of the card for service renewal, simplifying invoice management and receipt via email.

11
by Mark Dohi
Views 22470
Updated 1 year ago
Published on 11/11/2020
Do you host adult websites?Frequently Asked Questions /Random

The largest online traffic is generated by adult sites. See if Hostico allows hosting these sites.

11
by Andrea Zemba
Views 2443
Updated 3 years ago
Published on 25/07/2018