[BCLUG] New and Confused older user

Ron / BCLUG admin at bclug.ca
Sat Sep 28 17:40:30 EDT 2024


Ronald Barnes via Discuss wrote on 2024-09-28 14:36:

> This can be overridden in the database by updating `site_url` and `home` 
> records in table `wp_options` to http versions of existing values.

I forgot to add, the .htaccess file probably has a re-direct to https: 
check that file.


Something like:

<IfModule mod_rewrite.c>
	RewriteEngine On
	RewriteCond %{HTTPS} off
	RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
</IfModule>


More information about the Discuss mailing list