Code: Select all
https://www.realestatebpo.com/index.php?sid=e4966481a9c92c98d40e0e1360015d94
https://realestatebpo.com/
https://realestatebpo.com/index.php
https://www.realestatebpo.com/index.php
https://www.realestatebpo.com/
I tried with these rules but still nothing:
Code: Select all
RewriteCond %{REQUEST_URI} ^index\.php$ [NC]
RewriteRule ^(.*)$ https\:\/\/www\.realestatebpo\.com\/? [L,R=302]
Code: Select all
RewriteCond %{HTTPS} !=on [OR]
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule ^(.*)$ https\:\/\/www\.realestatebpo\.com\/$1 [L,R=302]