Du kan ikke matche forespørgselsstrengen i en omskrivningsregel, du kan kun matche mod %{QUERY_STRING}
variabel inde i en omskrivningsbetingelse. ?
mærker. Som standard føjes forespørgselsstrengen til målet for din regel:
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]