感谢您的答复。我已经解决了我的问题。假设我的页面在下,则适用以下.htaccess 规则。
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{THE_REQUEST} ^[A-Z]{3,9} /html/(.*).html HTTP/ RewriteRule .* http://localhost/html/%1 [R=301,L] RewriteCond %{THE_REQUEST} ^[A-Z]{3,9} /html/(.*) HTTP/ RewriteRule .* %1.html [L]</IfModule>
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)