Search results

  1. gigaboy

    Two versions of php on OLS - how to install php modules

    I run php 8.1 for new WP sites, but I am forced to use php 7.4 for compatibility. Works great, but with one problem: on the sites that I run php 7.4, I need to install imagick and intl. I've tried a couple of ways without success. I have these modules installed on php8.1. How do I force...
  2. gigaboy

    Wordpress Refuses to Start

    Using php 8.1, all my static sites on this server run correctly, as does a non-wp php application. Error Log throws this when attempting to load home page: 2023-02-27 07:50:49.428968 [NOTICE] [770] [172.69.64.219:41928:HTTP2-1#healthybeliefs.org] [STDERR] PHP Fatal error: Uncaught TypeError...
  3. gigaboy

    How to force redirects

    I use Cloudflare. In rules I have this rule: somesite.com/* Forwarding URL (Status Code: 301 - Permanent Redirect, Url: https://www.somesite.com/$1) It forces a URL to prepend "www", and return that URL in the browser. Has worked well for years on a Nginx server. However, using OLS, the...
Top