diff --git a/.htaccess b/.htaccess index ab5104e41..5f43e5b0a 100644 --- a/.htaccess +++ b/.htaccess @@ -1,11 +1,11 @@ ErrorDocument 404 /404.html # Old mediawiki pages redirects. -Redirect 301 /Main_Page https://docs.krita.org/en/index.html +Redirect 301 /Main_Page /en/index.html -Redirect 301 /KritaFAQ https://docs.krita.org/en/KritaFAQ.html +Redirect 301 /KritaFAQ /en/KritaFAQ.html -Redirect 301 /Contributors_Readme https://docs.krita.org/en/contributors_manual/krita_manual_readme.html +Redirect 301 /Contributors_Readme /en/contributors_manual/krita_manual_readme.html -Redirect 301 /Resources https://docs.krita.org/en/resources_page.html +Redirect 301 /Resources /en/resources_page.html