RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
AddHandler application/x-httpd-ea-php73 .php .php7 .phtml
RewriteCond %{HTTP_HOST} ^join\.vbabharat\.in$
RewriteRule ^/?$ "https\:\/\/join\.vbabharat\.in\/" [R=301,L]

