几天前我问了一个无法回答的问题,我几乎有了它但不完全,我确定这是我想念的东西,你们可以帮助我......
这是代码:
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
问题是它确实重定向但由于某种原因重定向停止在 ? 签名所以它没有完成任务。
希望这次我说得通。