Use of php Include in html files

前端 未结 3 974
感动是毒
感动是毒 2021-01-15 03:10

I\'m having some problems on my website using some php code.
My site is mainly using html and php. Instead of repeating lots of lines of script at the top of every page

3条回答
  •  南笙
    南笙 (楼主)
    2021-01-15 04:00

    Try using this:

    AddHandler x-httpd-php5-cgi .html
    

    See here: http://httpd.apache.org/docs/2.2/mod/mod_mime.html#addhandler

提交回复
热议问题