diff --git a/_layouts/redirect.html b/_layouts/redirect.html
index bdbabf7fd..8f4f69c75 100644
--- a/_layouts/redirect.html
+++ b/_layouts/redirect.html
@@ -42,7 +42,7 @@
// if we didn't find a supporting language, default to en-US
if (!language) { language = "en-US"; }
- document.location = "/" + language + '{{ page.url }}';
+ document.location = "/" + language + '{{ page.url }}' + document.location.hash;