Using .htaccess to make all .html pages to run as .php files?

前端 未结 16 1446
忘了有多久
忘了有多久 2020-11-22 00:41

I need to run all of my .html files as .php files and I don\'t have time to change all of the links before our presentation tomorrow. Is there any way to \"hack\" this with

16条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-22 01:39

    For anyone out there still having trouble,

    try this (my hosting was from Godaddy and this is the only thing that worked for me among all the answers out there.

    AddHandler x-httpd-php5-cgi .html
    

提交回复
热议问题