RewriteEngine On

# Redirect /sport/ and /s/sport/ to the first external URL
RewriteRule ^sport/?$ https://nce.catholic.org.au/culture/sports [R=301,L]
RewriteRule ^s/sport/?$ https://nce.catholic.org.au/culture/sports [R=301,L]

# Redirect all other traffic to another external domain
RewriteRule ^(.*)$ https://nce.catholic.org.au/$1 [R=301,L]

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php83” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php83___lsphp .php .php8 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
