Skip to content
Snippets Groups Projects
Commit fd1f8f72 authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

archwiki: Preserve query parameters when redirecting to the new short URL

parent fcd1c942
No related branches found
No related tags found
1 merge request!380archwiki: Preserve query parameters when redirecting to the new short URL
......@@ -54,7 +54,7 @@ server {
# Redirect old URLs to the new short-url (/title/<page>)
location ~ ^/index.php/(.*)$ {
return 301 /title/$1;
return 301 /title/$1$is_args$args;
}
# Handling for the article path (pretty URLs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment