伪静态问题我要将所有以.html 结尾的请求都搞到/index.php要怎么写呢[解决办法]RewriteEngine On RewriteRule ^.*\.html$ index.php [NC,L]