Recent content by saz99

  1. saz99

    How to Install CloudFlare edge certificate on open Litespeed wordpress?

    Thanks, I will try it and let you know if it works or not :giggle:
  2. saz99

    How to Install CloudFlare edge certificate on open Litespeed wordpress?

    Well I am using openlitespeed. Does that come with support? I will try to mail them I guess. I will keep the tread up to date with their answer.
  3. saz99

    How to Install CloudFlare edge certificate on open Litespeed wordpress?

    My website is still using the old ssl certificates even after making the changes
  4. saz99

    How to Install CloudFlare edge certificate on open Litespeed wordpress?

    Sorry, I didn't understand where should I use the origin_ca.pem?
  5. saz99

    How to Install CloudFlare edge certificate on open Litespeed wordpress?

    Also, will I need to point both Virtual host and listener to the same cert and key files?
  6. saz99

    How to Install CloudFlare edge certificate on open Litespeed wordpress?

    Thank you so much for the quick reply. I want to use the Strict SSL mode in cloudflare so I will need the Cloudflare Origin Certificate too. How do I implement that? I have downloaded all the key.pem and certificate.pem and the Origin_ca.pem. But I am not sure where exactly to put the CA File?
  7. saz99

    How to Install CloudFlare edge certificate on open Litespeed wordpress?

    I am running Openlitespeed WordPress (installed through the Linode marketplace) with Ubuntu 20.04 on a Linode VPS. Although, the setup automatically installs let's Encrypt certificate on the server, I want to switch it to Cloudflare 15 year certificate. How do I do it?
  8. saz99

    Trailing Slash Error

    I want to add a trailing slash after all my URLs This is the code that I have on my .htaccess RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_URI} !(.*)/$ RewriteRule ^(.*)$ http://www.domain.com/$1/ [L,R=301] But it is not working. I also restarted...
  9. saz99

    Multiple Redirects with domain name

    Here is a portion of my .htaccess file ### Forcing HTTPS rule start RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] ### Forcing HTTPS rule end ### Forcing ip to domain redirect rule start RewriteEngine On RewriteBase / RewriteCond...
  10. saz99

    Multiple Redirects with domain name

    I am running OpenliteSpeed on digital ocean. I am using www with my domain and have set proper redirects. When I type only the domain name (ex: mydomain.com) in my browser address bar the website loads a bit slow but fine. However, when I inspect(dev tools) the page it shows two 301 redirects...
  11. saz99

    How to redirect Server Ip to www.Domain name?

    Yes, the code works fine. Thank you!
  12. saz99

    How to redirect Server Ip to www.Domain name?

    Well, it wasn't I had to manually write it in the.htacess file. The domain was redirecting to www with no issues but the IP to the domain was not working.
  13. saz99

    How to redirect Server Ip to www.Domain name?

    I am using Openlitespeed WordPress on Ubuntu 20.04 (digital ocean market place OpenLitespeed WordPress stack). Even after connecting domain, My website is accessible through the IP address. Is there a way to redirect IP and [ip/(post-slug)] to my domain and...
Top