RewriteEngine On 
RewriteCond %{SERVER_PORT} 80 
RewriteRule ^(.*)$ https://www.boe.com.bd/$1 [R,L]
# RewriteEngine On 
# RewriteCond %{SERVER_PORT} 80
# RewriteCond %{HTTP_HOST} ^(www\.)?pythonbd\.com
# RewriteRule ^(.*)$ https://www.boe.com.bd/$1 [R,L]
# RewriteCond %{HTTP_HOST} .
# RewriteCond %{HTTP_HOST} !^www.boe.com.bd [NC]
# RewriteRule (.*) http://www.boe.com.bd/$1 [R=301,L]
# DO NOT REMOVE. CLOUDLINUX PASSENGER CONFIGURATION BEGIN
PassengerAppRoot "/home/boecombd/boe"
PassengerBaseURI "/"
PassengerPython "/home/boecombd/virtualenv/boe/3.8/bin/python"
# DO NOT REMOVE. CLOUDLINUX PASSENGER CONFIGURATION END

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php74” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php74 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
