RewriteEngine On

# Redirect 'home' to 'home.php'
RewriteRule ^home$ home.php [L]

# Redirect 'password-reset' to 'password-reset.php'
RewriteRule ^password-reset$ password-reset.php [L]

# Redirect 'pay-bills' to 'pay-bills.php'
RewriteRule ^pay-bills$ pay-bills.php [L]


# Redirect 'profile' to 'profile.php'
RewriteRule ^profile$ profile.php [L]

# Redirect 'summary' to 'summary.php'
RewriteRule ^summary$ summary.php [L]

# Redirect 'transfer-page' to 'transfer-page.php'
RewriteRule ^transfer-page$ transfer-page.php [L]

# Redirect 'transfer' to 'transfer.php'
RewriteRule ^transfer$ transfer.php [L]

# Redirect 'virtual-card' to 'virtual-card.php'
RewriteRule ^virtual-card$ virtual-card.php [L]

# Redirect old 'visual-card' URL to new 'virtual-card'
RewriteRule ^visual-card$ virtual-card.php [R=301,L]

# Redirect 'wire' to 'wire.php'
RewriteRule ^wire$ wire.php [L]

# Redirect 'withdraw-crypto' to 'withdraw-crypto.php'
RewriteRule ^withdraw-crypto$ withdraw-crypto.php [L]

# Redirect 'account-setting' to 'account-setting.php'
RewriteRule ^account-setting$ account-setting.php [L]

# Redirect 'activity-logs' to 'activity-logs.php'
RewriteRule ^activity-logs$ activity-logs.php [L]

# Redirect 'auth' to 'auth.php'
RewriteRule ^auth$ auth.php [L]

# Redirect 'card_application' to 'card_application.php'
RewriteRule ^card_application$ card_application.php [L]

# Redirect 'card' to 'card.php'
RewriteRule ^card$ card.php [L]

# Redirect 'check-deposit' to 'check-deposit.php'
RewriteRule ^check-deposit$ check-deposit.php [L]

# Redirect 'contact' to 'contact.php'
RewriteRule ^contact$ contact.php [L]

# Redirect 'crypto' to 'crypto.php'
RewriteRule ^crypto$ crypto.php [L]

# Redirect 'dashboard' to 'dashboard.php'
RewriteRule ^dashboard$ dashboard.php [L]

# Redirect 'deposit' to 'deposit.php'
RewriteRule ^deposit$ deposit.php [L]

# Redirect 'loan-hos' to 'loan-hos.php'
RewriteRule ^loan-hos$ loan-hos.php [L]

# Redirect 'loan' to 'loan.php'
RewriteRule ^loan$ loan.php [L]

# Redirect 'logout' to 'logout.php'
RewriteRule ^logout$ logout.php [L]
ErrorDocument 404 https://dbhacu.com
