📜 Redirect www traffic to .org as well (#6395)

* redirect www traffic to .org as well

* conflict
This commit is contained in:
Michael Clark
2025-12-13 16:53:48 +00:00
committed by GitHub
parent 7214e263d7
commit 6fafc6371b

View File

@@ -45,3 +45,5 @@
# Redirect the .com domain to the .org domain
http://actualbudget.com/* https://actualbudget.org/:splat 301!
https://actualbudget.com/* https://actualbudget.org/:splat 301!
http://www.actualbudget.com/* https://actualbudget.org/:splat 301!
https://www.actualbudget.com/* https://actualbudget.org/:splat 301!