ページ内の Index.php?c=index&m=lists&id=1 などのすべての接続メソッドが、index-lists-1.html の関数メソッドを使用した PHP 正規表現に置き換えられたらどうなるでしょうか?使用方法を提供してください
echo foo('index.php?c=index&m=lists&id=1');function foo($url) { $t = parse_url($url); parse_str($t['query'], $r); return "$r[c]-$r[m]-$r[id].html";}
RewriteEngine On
RewriteRule ^(.*)welcome-test-([0-9] + )-([0-9]+).html$index.php/?c=welcome&m=test&id=$2&page=$3