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

前端 未结 16 1457
忘了有多久
忘了有多久 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条回答
  •  天涯浪人
    2020-11-22 01:19

    First, read this: https://httpd.apache.org/docs/current/howto/htaccess.html#when

    Then read my post here: https://stackoverflow.com/a/59868481/10664600

    sudo vim /etc/httpd/conf/httpd.conf
    

提交回复
热议问题