redirect all .html extensions to .php

前端 未结 6 1218
花落未央
花落未央 2020-11-30 08:31

I want to update all the pages on a website to use include for the footer and header. So I have to change a lot of .html pages to .php.

So i\'m looking for a way to

6条回答
  •  感情败类
    2020-11-30 09:25

    Note that the AddType command will process your existing html file as php. If what you wanted was to replace an existing html file with a new php file you need to use the rewrite rule.

提交回复
热议问题