1. Apache の設定ファイル httpd.conf を開きます。
次に、#LoadModule rewrite_module modules/mod_rewrite の前にある # を削除します。
第三に、httpd.conf に次のように追加します。
RewriteEngine オン
#RewriteCond %{ENV:SCRIPT_URL} (?:index|dispbbs)[-0-9]+.html
RewriteRule ^(.*?(?:index|dispbbs))-([- 0- 9]+).html$ $1.php?__is_apache_rewrite=1&__rewrite_arg=$2
4 番目に、3 番目のステップで、ASP ポスト URL から php ポストへのマッピングを実現します。 、
RewriteMap to lowercase int:to lower
RewriteCond %{QUERY_STRING} (?:boardid|page|id|replyid|star|skin )=d+ [NC]
RewriteRule ^(.*(?:index|dispbbs)).asp$ $1.php?${to lowercase:%{QUERY_STRING}}&__is_apache_rewrite=1
5 httpd を保存.confを開き、Apacheを再起動します。