Search results

  1. J

    Forward HTTPS non-WWW to HTTPS WWW

    Hi, Eric. Thanks for the quick response. Yes I have. Every time I update my htaccess, i do a restart. Also, if it helps, I have also tried these separately: RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L] RewriteCond %{HTTP_HOST}...
  2. J

    Forward HTTPS non-WWW to HTTPS WWW

    Hi, I am having issues on my domain where all other url: example.org, www.example.org, both HTTP points to my https://www.example.org, but when I access the https://example.org, it does not redirect to the https://www.example.org. I am using the Wordpress OpenLiteSpeed in DigitalOcean and...
Top