且构网

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

如何使用 .htaccess url 重写添加 .php 扩展名?

更新时间:2022-11-27 09:11:03

Options +FollowSymlinks
RewriteEngine On

RewriteCond %{REQUEST_URI} !^.*(images/|.js|.css).*$ [NC]
RewriteRule ^([a-zA-Z0-9_-]+).php$ /page.php?page=$1