diff --git a/_sakura/templates/yuuno/global/footer.tpl b/_sakura/templates/yuuno/global/footer.tpl
index 5401379..28eacf6 100644
--- a/_sakura/templates/yuuno/global/footer.tpl
+++ b/_sakura/templates/yuuno/global/footer.tpl
@@ -21,7 +21,7 @@
- Contribution
- - Changelog
+ - Changelog
- Credits
- Feedback & Suggestions
- Github
diff --git a/main/.htaccess b/main/.htaccess
index 28c4260..6b6c40b 100644
--- a/main/.htaccess
+++ b/main/.htaccess
@@ -20,6 +20,7 @@ RewriteRule ^index?/?$ index.php
RewriteRule ^login?/?$|logout?/?$|activate?/?$|register?/?$|forgotpassword?/?|authenticate?/?$ authenticate.php
RewriteRule ^donate?/?$|support?/?$ support.php
RewriteRule ^contact?/?$ infopage.php?r=contact
+RewriteRule ^changelog?/?$ changelog.php
## Info pages
RewriteRule ^r/([a-z]+)$ infopage.php?r=$1