[[redirects]]
from = "/doku.php"
to = "/public/general/win_gui_usage/?no-query-string"
status = 301
force = true
but this does not:
[[redirects]]
from = "/doku.php?id=public:general:command_line_usage"
to = "/public/general/command_line_usage?no-query-string"
status = 301
force = true
[[redirects]]
from = "/doku.php"
to = "/public/general/command_line_usage?no-query-string"
query={id = "public:general:command_line_usage"}
status = 301
force = true
@AaronP Yes, thanks this works. So Iām assuming it checks if the query is equal to the value in the query field and then selects the redirect rule to the new site?