
<IfModule mod_headers.c>
    <FilesMatch "\.(html|htm|php)$">
        Header set Cache-Control "no-store, no-cache, must-revalidate"
    </FilesMatch>
    <FilesMatch "\.(css|js|jpg|jpeg|png|gif|ico|svg|webp)$">
        Header set Cache-Control "max-age=31536000, public"
    </FilesMatch>
</IfModule>
RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} ^BlackWidow [OR]
RewriteCond %{HTTP_USER_AGENT} ^Bot\ mailto:craftbot@yahoo.com [OR]
RewriteCond %{HTTP_USER_AGENT} ^ChinaClaw [OR]
RewriteCond %{HTTP_USER_AGENT} ^Custo [OR]
RewriteCond %{HTTP_USER_AGENT} ^DISCo [OR]
RewriteCond %{HTTP_USER_AGENT} ^Download\ Demon [OR]
RewriteCond %{HTTP_USER_AGENT} ^eCatch [OR]
RewriteCond %{HTTP_USER_AGENT} ^EirGrabber [OR]
RewriteCond %{HTTP_USER_AGENT} ^EmailSiphon [OR]
RewriteCond %{HTTP_USER_AGENT} ^EmailWolf [OR]
RewriteCond %{HTTP_USER_AGENT} ^Express\ WebPictures [OR]
RewriteCond %{HTTP_USER_AGENT} ^ExtractorPro [OR]
RewriteCond %{HTTP_USER_AGENT} ^EyeNetIE [OR]
RewriteCond %{HTTP_USER_AGENT} ^FlashGet [OR]
RewriteCond %{HTTP_USER_AGENT} ^GetRight [OR]
RewriteCond %{HTTP_USER_AGENT} ^GetWeb! [OR]
RewriteCond %{HTTP_USER_AGENT} ^Go!Zilla [OR]
RewriteCond %{HTTP_USER_AGENT} ^Go-Ahead-Got-It [OR]
RewriteCond %{HTTP_USER_AGENT} ^GrabNet [OR]
RewriteCond %{HTTP_USER_AGENT} ^Grafula [OR]
RewriteCond %{HTTP_USER_AGENT} ^HMView [OR]
RewriteCond %{HTTP_USER_AGENT} HTTrack [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^Image\ Stripper [OR]
RewriteCond %{HTTP_USER_AGENT} ^Image\ Sucker [OR]
RewriteCond %{HTTP_USER_AGENT} Indy\ Library [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^InterGET [OR]
RewriteCond %{HTTP_USER_AGENT} ^Internet\ Ninja [OR]
RewriteCond %{HTTP_USER_AGENT} ^JetCar [OR]
RewriteCond %{HTTP_USER_AGENT} ^JOC\ Web\ Spider [OR]
RewriteCond %{HTTP_USER_AGENT} ^larbin [OR]
RewriteCond %{HTTP_USER_AGENT} ^LeechFTP [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mass\ Downloader [OR]
RewriteCond %{HTTP_USER_AGENT} ^MIDown\ tool [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mister\ PiX [OR]
RewriteCond %{HTTP_USER_AGENT} uuuu7u^Navroad [OR]
RewriteCond %{HTTP_USER_AGENT} ^NearSite [OR]
RewriteCond %{HTTP_USER_AGENT} ^NetAnts [OR]
RewriteCond %{HTTP_USER_AGENT} ^NetSpider [OR]
RewriteCond %{HTTP_USER_AGENT} ^Net\ Vampire [OR]
RewriteCond %{HTTP_USER_AGENT} ^NetZIP [OR]
RewriteCond %{HTTP_USER_AGENT} ^Octopus [OR]
RewriteCond %{HTTP_USER_AGENT} ^Offline\ Explorer [OR]
RewriteCond %{HTTP_USER_AGENT} ^Offline\ Navigator [OR]
RewriteCond %{HTTP_USER_AGENT} ^PageGrabber [OR]
RewriteCond %{HTTP_USER_AGENT} ^Papa\ Foto [OR]
RewriteCond %{HTTP_USER_AGENT} ^pavuk [OR]
RewriteCond %{HTTP_USER_AGENT} ^pcBrowser [OR]
RewriteCond %{HTTP_USER_AGENT} ^RealDownload [OR]
RewriteCond %{HTTP_USER_AGENT} ^ReGet [OR]
RewriteCond %{HTTP_USER_AGENT} ^SiteSnagger [OR]
RewriteCond %{HTTP_USER_AGENT} ^SmartDownload [OR]
RewriteCond %{HTTP_USER_AGENT} ^SuperBot [OR]
RewriteCond %{HTTP_USER_AGENT} ^SuperHTTP [OR]
RewriteCond %{HTTP_USER_AGENT} ^Surfbot [OR]
RewriteCond %{HTTP_USER_AGENT} ^tAkeOut [OR]
RewriteCond %{HTTP_USER_AGENT} ^Teleport\ Pro [OR]
RewriteCond %{HTTP_USER_AGENT} ^VoidEYE [OR]
RewriteCond %{HTTP_USER_AGENT} ^Web\ Image\ Collector [OR]
RewriteCond %{HTTP_USER_AGENT} ^Web\ Sucker [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebAuto [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebCopier [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebFetch [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebGo\ IS [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebLeacher [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebReaper [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebSauger [OR]
RewriteCond %{HTTP_USER_AGENT} ^Website\ eXtractor [OR]
RewriteCond %{HTTP_USER_AGENT} ^Website\ Quester [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebStripper [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebWhacker [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebZIP [OR]
RewriteCond %{HTTP_USER_AGENT} ^Wget [OR]
RewriteCond %{HTTP_USER_AGENT} ^Widow [OR]
RewriteCond %{HTTP_USER_AGENT} ^WWWOFFLE [OR]
RewriteCond %{HTTP_USER_AGENT} ^Xaldon\ WebSpider [OR]
RewriteCond %{HTTP_USER_AGENT} ^Zeus

RewriteRule ^.* - [F,L]
RewriteCond %{THE_REQUEST} //+ [NC]
RewriteRule ^.*$ / [R=301,L]
RewriteCond %{REQUEST_FILENAME} -d
RewriteCond %{THE_REQUEST} ^[A-Z]{3,}\s(/[^\s]*)\s [NC]
RewriteRule . / [L,R=301]
### WWW & HTTPS
# ensure www.
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule ^ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
# ensure https
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
ErrorDocument 404 https://www.onlineloveproblemsolutionastrologer.com
RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^index\.htm$ index.php
RewriteRule ^photo-gallery\.htm$ photo-gallery.php
RewriteRule ^video-gallery\.htm$ video-gallery.php
RewriteRule ^search\.htm$ search.php
RewriteRule ^clients\.htm$ clients.php
RewriteRule ^infrastructure-photos\.htm$ infrastructure-photos.php
RewriteRule ^certificate\.htm$ certificate.php
RewriteRule ^awards-and-achivements\.htm$ awards-and-achivements.php
RewriteRule ^error\.htm$ error.php
RewriteRule ^market-area\.htm$ market.php
RewriteRule ^blog\.htm$ blog.php
RewriteRule ^blog/([^/]*)\.htm$  blog-details.php?blog_name=$1&caa=$1 [L]
RewriteRule ^about-us\.htm$ about.php
RewriteRule ^shipping-information\.htm$ shipping-information.php
RewriteRule ^returns-and-exchange\.htm$ returns-and-exchange.php
RewriteRule ^terms-and-conditions\.htm$ terms-and-conditions.php
RewriteRule ^how-to-order\.htm$ how-to-order.php
RewriteRule ^packages\.htm$ packages.php
RewriteRule ^packages/([^/]*)\.htm$  packages-details.php [L]
RewriteRule ^faq\.htm$ faq.php
RewriteRule ^contact-us\.htm$ contact.php
RewriteRule ^privacy-policy\.htm$ privacy-policy.php
RewriteRule ^gallery\.htm$ gallery.php
RewriteRule ^testimonials\.htm$ testimonials.php
RewriteRule ^gallery-products\.htm$ gallery-products.php
# RewriteRule ^sitemap.xml$ sitemap.php [L]
RewriteRule ^sitemap\.htm$ sitemap.php
RewriteRule ^all-categories\.htm$ listing.php
RewriteRule \.htm$ category.php
RewriteRule ^([^/]*)/$ index_sub.php?cid=$1 [L]
RewriteRule ^([^/]*)/([^/]*)\.htm$  category_sub.php?pid=$2&ca=$1 [L]

Redirect 301 /contact-us.php https://onlineloveproblemsolutionastrologer.com/contact-us.htm
Redirect 301 /divorce-problem-solution.php https://onlineloveproblemsolutionastrologer.com/divorce-problem-solution-astrologer.htm
Redirect 301 /love-marriage-specialist.php https://onlineloveproblemsolutionastrologer.com/love-marriage-astrologer.htm
Redirect 301 /intercaste-marriage-solution.php https://onlineloveproblemsolutionastrologer.com/love-marriage-astrologer.htm
Redirect 301 /love-problem-solution.php https://onlineloveproblemsolutionastrologer.com/love-problem-solution-specialist.htm
Redirect 301 /love-affair-problem-solution.php https://onlineloveproblemsolutionastrologer.com/love-problem-solution-specialist.htm
Redirect 301 /black-magic-totke-specialist.php https://onlineloveproblemsolutionastrologer.com/black-magic-specialist.htm
Redirect 301 /vashikaran-specialist-baba-ji.php https://onlineloveproblemsolutionastrologer.com/vashikaran-mantra-for-love.htm
Redirect 301 /court-case-problem-solution.php https://onlineloveproblemsolutionastrologer.com/divorce-problem-solution-astrologer.htm
Redirect 301 /love-marriage-problem-solution.php https://onlineloveproblemsolutionastrologer.com/love-marriage-astrologer.htm
Redirect 301 /kala-jadu-tona-specialist.php https://onlineloveproblemsolutionastrologer.com/kala-jadu-tona-specialist.htm
Redirect 301 /love-breakup-problem-solution.php https://onlineloveproblemsolutionastrologer.com/love-relationship-problem-solution.htm
Redirect 301 /black-magic-solutions-for-love.php https://onlineloveproblemsolutionastrologer.com/black-magic-specialist.htm
Redirect 301 /best-vashikaran-expert-in-india.php https://onlineloveproblemsolutionastrologer.com/love-vashikaran-specialist.htm
Redirect 301 /powerful-vashikaran-specialist-in-india.php https://onlineloveproblemsolutionastrologer.com/love-vashikaran-specialist.htm
Redirect 301 /mohini-vashikaran-mantra-in-hindi.php https://onlineloveproblemsolutionastrologer.com/mohini-vashikaran-specialist.htm
Redirect 301 /world-famous-astrologer-in-india.php https://onlineloveproblemsolutionastrologer.com/about-us.htm
Redirect 301 /love-marriage-specialist-baba-ji.php https://onlineloveproblemsolutionastrologer.com/love-marriage-astrologer.htm
Redirect 301 /tantra-mantra-specialist-baba-ji.php https://onlineloveproblemsolutionastrologer.com/tantra-mantra-specialist.htm

Redirect 301 /business-job-career-problem-solution.php https://onlineloveproblemsolutionastrologer.com/tantra-mantra-specialist.htm
Redirect 301 /one-sided-love-problem-solution.php https://onlineloveproblemsolutionastrologer.com/love-problem-solution-specialist.htm
Redirect 301 /love-problem-solution-baba-ji.php https://onlineloveproblemsolutionastrologer.com/love-problem-solution-specialist.htm
Redirect 301 /convince-parents-for-intercaste-marriage.php https://onlineloveproblemsolutionastrologer.com/love-marriage-astrologer.htm

Redirect 301 /how-to-get-ex-back.php https://onlineloveproblemsolutionastrologer.com/black-magic-to-get-ex-love-back.htm
Redirect 301 /black-magic-to-control-a-girl.php https://onlineloveproblemsolutionastrologer.com/black-magic-specialist.htm
Redirect 301 /get-lost-love-back-by-vashikaran.php https://onlineloveproblemsolutionastrologer.com/get-lost-love-back-specialist-astrologer.htm

Redirect 301 /how-to-get-your-husband-back.php https://onlineloveproblemsolutionastrologer.com/husband-wife-problem-solution-astrologer.htm

Redirect 301 /solve-my-intercaste-love-marriage-problems.php https://onlineloveproblemsolutionastrologer.com/love-marriage-astrologer.htm
Redirect 301 /how-to-get-your-love-back.php https://onlineloveproblemsolutionastrologer.com/black-magic-to-get-ex-love-back.htm

Redirect 301 /blog/boyfriend-vashikaran-specialist/ https://www.onlineloveproblemsolutionastrologer.com/blog/how-a-love-problem-solution-specialist-in-india-might-just-save-your-relationship.htm

Redirect 301 /blog/find-the-best-astrological-remedies-to-get-ex-love-back-in-delhi-ncr/ https://www.onlineloveproblemsolutionastrologer.com/blog/how-a-divorce-problem-solution-astrologer-in-india-can-rekindle-lost-love.htm

Redirect 301 /blog/real-aghori-tantrik-in-haridwar/ https://www.onlineloveproblemsolutionastrologer.com/blog/change-your-love-life-with-help-from-a-mohini-vashikaran-specialist-in-india.htm

Redirect 301 /blog/does-tantra-mantra-really-works/ https://www.onlineloveproblemsolutionastrologer.com/blog/change-your-love-life-with-help-from-a-mohini-vashikaran-specialist-in-india.htm

Redirect 301 /blog/online-love-problem-solution-in-sydney/ https://www.onlineloveproblemsolutionastrologer.com/blog/how-a-love-problem-solution-specialist-in-india-might-just-save-your-relationship.htm

Redirect 301 /blog/control-girl-by-kamdev-vashikaran-mantra/ https://www.onlineloveproblemsolutionastrologer.com/blog/how-a-love-problem-solution-specialist-in-india-might-just-save-your-relationship.htm

Redirect 301 /blog/love-marriage-problem-solution-in-usa/ https://www.onlineloveproblemsolutionastrologer.com/blog/how-a-divorce-problem-solution-astrologer-in-india-can-rekindle-lost-love.htm

Redirect 301 /blog/wife-vashikaran-specialist-astrologer-in-pune/ https://www.onlineloveproblemsolutionastrologer.com/blog/what-makes-a-love-marriage-problem-solutions-astrologer-in-india-so-effective.htm

Redirect 301 /blog/black-magic-to-control-a-girl/ https://www.onlineloveproblemsolutionastrologer.com/blog/how-a-love-problem-solution-specialist-in-india-might-just-save-your-relationship.htm

Redirect 301 /blog/inter-caste-marriage-problem-solution-in-fiji/ https://www.onlineloveproblemsolutionastrologer.com/blog/what-makes-a-love-marriage-problem-solutions-astrologer-in-india-so-effective.htm

Redirect 301 /blog/love-vashikaran-specialist-pandit-ji-in-bhopal/ https://www.onlineloveproblemsolutionastrologer.com/blog/how-a-love-problem-solution-specialist-in-india-might-just-save-your-relationship.htm

Redirect 301 /blog/ex-love-back-solution-specialist-baba-ji/ https://www.onlineloveproblemsolutionastrologer.com/blog/how-a-love-problem-solution-specialist-in-india-might-just-save-your-relationship.htm

Redirect 301 /blog/love-problem-solution-astrologer-in-mumbai-maharashtra/ https://www.onlineloveproblemsolutionastrologer.com/blog/how-a-love-problem-solution-specialist-in-india-might-just-save-your-relationship.htm

Redirect 301 /blog/famous-love-problem-solution-specialist-astrologer-in-india/ https://www.onlineloveproblemsolutionastrologer.com/blog/how-a-love-problem-solution-specialist-in-india-might-just-save-your-relationship.htm

Redirect 301 /blog/convince-parents-for-inter-caste-marriage-in-punjab/ https://www.onlineloveproblemsolutionastrologer.com/blog/what-makes-a-love-marriage-problem-solutions-astrologer-in-india-so-effective.htm
Redirect 301 /blog/ex-love-back-solution-specialist-baba-ji-in-pune/ https://www.onlineloveproblemsolutionastrologer.com/blog/how-a-love-problem-solution-specialist-in-india-might-just-save-your-relationship.htm

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