# =====================================================================
#  .htaccess for public_html on heroonline.academy — LAUNCH DAY
#  Once heroonline.org is live, replace the .academy site with just this
#  file: every URL redirects, page for page, to the same path on .org.
#  Keep the .academy domain registered and redirecting for at least a year.
# =====================================================================
RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www\.)?heroonline\.academy$ [NC]
RewriteRule ^(.*)$ https://heroonline.org/$1 [R=301,L,NE]
