
RewriteOptions inherit

# # #AddType application/x-httpd-php .html

# # AddType application/x-httpd-php5 .html5

#  RewriteEngine On
#  RewriteCond %{HTTP_HOST} !^www\.
#  RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
#  RewriteCond %{REQUEST_URI} !^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$
#  RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
#  RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
# # RewriteEngine On
# # RewriteCond %{HTTPS} off
# # RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
# RewriteEngine on
# RewriteCond $1 !^(index\.php|resources|robots\.txt)
# RewriteCond %{REQUEST_FILENAME} !-f
# RewriteCond %{REQUEST_FILENAME} !-d
# RewriteRule ^(.*)$ index.php/$1 [L,QSA] 
RewriteEngine On
RewriteCond %{HTTPS} off [OR]
RewriteCond %{HTTP_HOST} !^www\.kalsarppujapandit\.com$ [NC]
RewriteRule ^(.*)$ https://www.kalsarppujapandit.com/$1 [L,R=301]

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^about\-us\.php$ "https\:\/\/www\.kalsarppujapandit\.com\/about\-guruji\.php" [R=301,L]
RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^pitru\-dosh\-nivaran\.php$ "https\:\/\/www\.kalsarppujapandit\.com\/pitru\-dosh\-nivaran\-puja\.php" [R=301,L]
RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^shani\-shanti\-puuja\.php$ "https\:\/\/www\.kalsarppujapandit\.com\/shani\-shanti\-puja\.php" [R=301,L]
RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^kalsarp\-dosh\-puja\.php$ "https\:\/\/www\.kalsarppujapandit\.com\/kalsarp\-yog\-puja\-at\-trimbakeshwar\.php" [R=301,L]
RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^mahamrityunjay\-jaap\.php$ "https\:\/\/www\.kalsarppujapandit\.com\/mahamrityunjay\-jaap\-mantra\.php" [R=301,L]
RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^vivah\-dosh\-puja\.php$ "https\:\/\/www\.kalsarppujapandit\.com\/vivah\-dosh\-nivaran\-upay\.php" [R=301,L]
RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^navgrah\-shanti\-puja\.php$ "https\:\/\/www\.kalsarppujapandit\.com\/navgrah\-shanti\-puja\-trimbakeshwar\.php" [R=301,L]
RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^mangal\-dosh\-puja\.php$ "https\:\/\/www\.kalsarppujapandit\.com\/mangal\-dosh\-nivaran\-puja\.php" [R=301,L]

# 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
