# HTTPS forced

php_value date.timezone 'Asia/Kolkata'
<IfModule mod_rewrite.c>


RewriteCond %{THE_REQUEST} ^[A-Z]{3,}\s([^.]+)\.php [NC]
RewriteRule ^ %1 [R=302,L,NE]

RewriteCond %{REQUEST_FILENAME}.php -f [NC]
RewriteRule ^ %{REQUEST_URI}.php [L]

RewriteCond %{SERVER_PORT} 80
# RewriteRule ^(.*)$ https://www.bizdevads.com/$1 [R,L]

# RewriteCond %{HTTP_HOST} ^www.bizdevads.com/ 
# RewriteRule (.*) https://bizdevads.com/$1 [R=301,L]



# RewriteCond %{HTTP_HOST} ^bizdevads.com
# RewriteRule (.*) https://www.bizdevads.com/$1 [R=301,L]




RewriteCond %{HTTPS} off

RewriteRule ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
Header always set Content-Security-Policy "upgrade-insecure-requests;"

</IfModule>

# BEGIN cPanel-generated php ini directives, do not edit
# Manual editing of this file may result in unexpected behavior.
# To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
# For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
<IfModule php8_module>
   php_value output_buffering on
</IfModule>
<IfModule lsapi_module>
   php_value output_buffering on
</IfModule>
# END cPanel-generated php ini directives, do not edit

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