Execution of HTML as PHP

1. To be able to handle php script in .html file , you need to add the following in the .htaccess file:

AddType application/x-httpd-php5.html

2. To check that the setup works you need to create the following .html file and add the following php code in it:


<html>
<head> </ head>
<body>
<? php echo "Hello world!";?>
</ body>
</ html>

3. Save the file named test.html and upload it to your web hosting account.

When writing the address http://domain.com/test.html in the browser you should see the message Hello World!

 

 

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to Unblock IP Address in Server Firewall

If your IP address was blocked by mistake, you can easily unblock your IP address from the...

How to Create a Full cPanel Backup

1. From the home page of your HayHost client area, navigate to the "Your Active...

How to Deploy/Host your React App on Shared Hosting in cPanel

1. Purchase a Domain and Hosting To host a website and you plan to host your React app, first,...

How to Install WordPress Manually Using cPanel

1. From the home page of your HayHost client area, navigate to the "Your Active...