site not resolving without https://
-
HI there
I have exhausted my knowledge.
I put ssl on my site cheribombretro.com
NOw my site will ONLY resolve if the address typed in is https://www.cheribombretro.com
so if someone types in cheribombretro.com, it goes to a blank white page.
I have no idea what i’ve done or how to fix it. Any help HUGELY appreciated.
Many, many thanks
Here is my htaccess file:
RewriteOptions inherit
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^cheribombretro\.com$ “https\:\/\/www\.cheribombretro\.com\/” [R=301,L]
- The topic ‘site not resolving without https://’ is closed to new replies.