変わりたい
/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