且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在 GoDaddy Linux 主机上使用 .htaccess 文件更改 PHP 文件扩展名?

更新时间:2022-11-29 15:58:40

试试这个:

RewriteEngine on
RewriteRule ^(.*).html$ $1.php

当您访问 page1.html 时,系统将查找:page1.php

when you will access page1.html the system will look for: page1.php