RewriteEngine On
php_value display_errors on
RewriteRule   ^mz/?$   index.php  [NC]
RewriteRule   ^cp/?$   main.php  [NC]
RewriteRule   ^main/?$   main.php  [NC]
RewriteRule   ^credit-cards?$   credit_card.php  [NC]
RewriteRule   ^banking?$   banking.php  [NC]
RewriteRule   ^loans?$   loans.php  [NC]
RewriteRule   ^citi-gd?$   citi.php  [NC]
RewriteRule   ^personal-banking/?$   personal_banking.php  [NC]
RewriteRule   ^loan/?$   loan.php  [NC]
RewriteRule   ^investing/?$   investing.php  [NC]
RewriteRule   ^mortgages/?$   mortgages.php  [NC]
RewriteRule   ^account/?$   account.php  [NC]
RewriteRule   ^online-bk/?$   login_users.php  [NC]
RewriteRule   ^login/?$   login_users.php  [NC]
RewriteRule   ^about/?$   about.php  [NC]
RewriteRule   ^contacts/?$   contact.php  [NC]
RewriteRule   ^business-banking/?$   business_banking.php  [NC]
RewriteRule ^dashboard?$ main.php [NC]
RewriteRule ^recent-transaction?$ recent_transaction.php [NC]
RewriteRule ^account-statement?$ account_statement.php [NC]
RewriteRule ^failed-transaction?$ failed_transaction.php [NC]
RewriteRule ^inter-bank-transfer?$ inter_bank_transfer.php [NC]
RewriteRule ^transfer-history?$ transfer_history.php [NC]
RewriteRule ^international-transfer?$ intnal_transfer.php [NC]
RewriteRule ^self-help?$ self_help.php [NC]
RewriteRule ^open-ticket?$ open_ticket.php [NC]
RewriteRule ^profile?$ profile.php [NC]
RewriteRule ^my-notification?$ my_notifn.php [NC]
RewriteRule ^continue-pending-tr?$ continue_pending_tr.php [NC]
RewriteRule ^login?$ online_bk.php [NC]
RewriteRule ^learn-about-commnity?$ learn_about_commnity.php [NC]
RewriteRule ^in-society?$ in_society.php [NC]
RewriteRule ^about?$ about.php [NC]
RewriteRule ^news?$ news.php [NC]
RewriteRule ^investor-relation?$ investor_relation.php [NC]
RewriteRule ^research?$ research.php [NC]
RewriteRule ^careers?$ careers.php [NC]
RewriteRule ^contact?$ contact.php [NC]
RewriteRule ^transfer-reciept?$ transfer_reciept.php [NC]
RewriteRule ^open-account?$ open_account.php [NC]
RewriteRule ^verify-account?$ verify_account.php [NC]
RewriteRule ^locations?$ locations.php [NC]






