WHAT A LAMP Rotating Header Image

Let php engine handle html as php

I have a site full of the html file. Later I added some code into these html files. I don’t want to change the URL from .html to .. It is not friendly.

So, I would like engine can handle html same as .

Edit . file in the root.

RemoveHandler .html .htm
AddType application/x-httpd- . .htm .html

That’s all.

Related posts

0 Comments on “Let php engine handle html as php”

Leave a Comment