且构网

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

htaccess仅将php文件重定向到另一个URL

更新时间:2023-01-08 09:43:43

您需要更改第三行,使其仅与php扩展名的文件匹配.

Your third line needs to be changed so that it only matches files with the php extension.

RewriteRule (.*)\.php http://mysite2.com/$1.php [R=301,L]