我想改变
/index.php?do=/pages/
到
/index.html?do=/pages/
我的代码不起作用
RewriteCond %{THE_REQUEST} ^[A-Z]+\s([^\s]+)\.php?do=\s
RewriteRule .* %1.html [R=301,L]
RewriteRule ^(.*)\.html$ $1.php
我想改变
/index.php?do=/pages/
到
/index.html?do=/pages/
我的代码不起作用
RewriteCond %{THE_REQUEST} ^[A-Z]+\s([^\s]+)\.php?do=\s
RewriteRule .* %1.html [R=301,L]
RewriteRule ^(.*)\.html$ $1.php