Search results

  1. 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?
  2. 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...
  3. 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...
  4. 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...
  5. saz99

    How to update php version from 7.3 to 7.4 with OLWS on Ubuntu 20.04?

    Can anyone help me update the PHP version of my WordPress website from PHP 7.3 to 7.4? I am using Digital ocean hosting and have deployed my website using WordPress on Openlitespeed package from the digital ocean marketplace. However, I always end up getting a critical error on my website. Here...
Top