数日前、私は答えられない質問をしました.私はほとんどそれを持っていますが、完全ではありません.
コードは次のとおりです。
RewriteEngine on
RewriteCond %{HTTP_HOST} ^monitorbc\.info$ [OR]
RewriteCond %{HTTP_HOST} ^www\.monitorbc\.info$
RewriteRule ^notas\.php?(.*) "https://monitorbc.info/monitor3/notas.php?" [R=301,L]
# one of the links from the old site = https://monitorbc.info/notas.php?id=699&sec=economia
# It should end up like this = https://monitorbc.info/monitor3/notas.php?id=699&sec=economia
問題は、リダイレクトすることですが、何らかの理由でリダイレクトが ? で停止することです。タスクを完了しないように署名します。
今回は理にかなっていることを願っています。