次の書き換えルールがあります。
RewriteRule ^section/(.*)/(.*)_(.*).html$ index.php?section_permalink=$1&content_permalink=$2&content_id=$3 [QSA,L]
RewriteRule ^section/(.*)/page_(.*)/$ index.php?section_permalink=$1&page=$2 [QSA,L]
RewriteRule ^section/(.*)/$ index.php?section_permalink=$1 [QSA,L]
/section/を取り除くためにそれらを変更したいと思います。
これどうやってするの?
ありがとうございました!