# BEGIN 301 Redirect from bankoftech.net to bankoftech.com
RewriteEngine On

# Ensure that this is the bankoftech.net domain
RewriteCond %{HTTP_HOST} ^(www\.)?bankoftech\.net$ [NC]

# Redirect all URLs to the corresponding URLs on bankoftech.com
RewriteRule ^(.*)$ https://www.bankoftech.com/$1 [R=301,L]
# END 301 Redirect
