# old site
#RewriteEngine On
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteRule ^([^\.]+)$ $1.php [NC,L]
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “alt-php54” package as the default “PHP” programming language.
#<IfModule mime_module>
#  AddHandler application/x-httpd-alt-php54___lsphp .php .php5 .phtml
#</IfModule>
# php -- END cPanel-generated handler, do not edit

#New website from odoo
RewriteEngine On

# Redirect non-www to www AND force HTTPS
RewriteCond %{HTTP_HOST} ^sheetalgroups\.in$ [NC]
RewriteRule ^(.*)$ https://www.sheetalgroups.in/$1 [R=301,L]


