RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI}

 

RewriteRule ^home index.php [L]
#RewriteRule ^faq/(.*)  faq.php [L]

RewriteRule ^about-us about-us.php [L]
RewriteRule ^about-us/(.*)  about-us.php [L]

RewriteRule ^rental-agreement rental-agreement.php [L]
#RewriteRule ^rental-agreement/(.*)  rental-agreement.php [L]

RewriteRule ^about-us about-us.php?alias=$1 [L]
#RewriteRule ^about-us/(.*)  about-us.php?alias=$1 [L]

RewriteRule ^contact-us contact-us.php?alias=$1 [L]
#RewriteRule ^contact-us/(.*)  contact-us.php?alias=$1 [L]

RewriteRule ^corel-faqs corel-faqs.php [L]
RewriteRule ^reservations reservations.php [L]
RewriteRule ^reviews reviews.php [L]
RewriteRule ^amentities amentities.php [L]
RewriteRule ^family-fun family-fun.php [L]
RewriteRule ^sunsets sunsets.php [L]
RewriteRule ^about-the-cottage about-the-cottage.php [L]

 
 RewriteRule ^business-units business-units.php [L]
RewriteRule ^business-units/(.*)  business-units.php [L]

RewriteRule ^career career.php [L]
RewriteRule ^career/(.*) career.php [L]

RewriteRule ^gallery gallery.php [L]
RewriteRule ^gallery/(.*) gallery.php [L]
 
RewriteRule ^news-media news-media.php [L]



RewriteRule ^all-page/(.*)/ all-page.php?alias=$1 [L]
RewriteRule ^all-page/(.*)  all-page.php?alias=$1 [L]

RewriteRule ^service/(.*)/ service.php?alias=$1 [L]
RewriteRule ^service/(.*)  service.php?alias=$1 [L]

#RewriteRule ^category/(.*)/ supplier-cat.php?alias=$1 [L]

RewriteRule ^blogs/(.*)/ blogs.php?alias=$1 [L]
RewriteRule ^blogs/(.*)  blogs.php?alias=$1 [L]


RewriteRule ^testimonials/(.*)/ testimonials.php?search=$1&category=$2 [L]
RewriteRule ^testimonials/(.*)  testimonials.php?search=$1&category=$2 [L]


RewriteRule ^signup/(.*)/ signup.php [L]
RewriteRule ^signup/(.*)  signup.php [L]


RewriteRule ^checkout/(.*)/ checkout.php [L]
RewriteRule ^checkout/(.*)  checkout.php [L]

RewriteRule ^pay/(.*)  pay.php [L]

RewriteRule ^login/ login.php [L]
#RewriteRule ^login/(.*)  login.php [L]

RewriteRule ^account/ account.php [L]
RewriteRule ^logout/ logout.php [L]

 
