Yes, I have included the config file contents below, as every time I attempt to attach it to my reply your site blocks the reply in total. It appears that I'm getting a 500 error related to:
-
Referrer Policy:
strict-origin-when-cross-origin
Could this be related to SSL somehow (not having it on the local Docker install)?
Config file:
<?php
/**
* Joomla Global Configuration
*
* This file has been modified by ANGIE, the Akeeba Backup restoration script, when restoring or transferring your site.
*
* This comment is removed whe you save the Global Configuration from Joomla's interface and/or when a third party
* extension modifies your site's Global Configuration.
*/
class JConfig
{
public $MetaAuthor = '0';
public $MetaDesc = 'The Body Healer Protocol is a cutting edge approach to achieving health, wealth, and happiness through the power of high vibrational living. Learn how high vibrational foods and lifestyle habits are the key to losing weight, healing from disease, and manifesting the life of your dreams!';
public $MetaKeys = 'high vibrational living, high vibration, high vibrations, energy vibration, energy vibrations, personal transformation, manifest, diet, weight loss, detoxification, detox, protocol, natural healing, heal cancer naturally, heal diabetes naturally, cancer treatment, integrative medicine, cancer protocol, health coaching, nutritional coaching';
public $MetaRights = 'The Body Healer, LLC';
public $MetaTitle = '1';
public $MetaVersion = '0';
public $access = '10';
public $asset_id = '1';
public $behind_loadbalancer = '0';
public $block_floc = '1';
public $cache_handler = 'file';
public $cache_platformprefix = '0';
public $cachetime = '1440';
public $caching = '0';
public $captcha = 'recaptcha';
public $cookie_domain = '';
public $cookie_path = '';
public $db = 'joomla';
public $dbprefix = 'tbhwww_';
public $dbtype = 'mysqli';
public $debug = '1';
public $debug_lang = '0';
public $debug_lang_const = '1';
public $display_offline_message = '1';
public $editor = 'jce';
public $error_reporting = 'maximum';
public $feed_email = 'none';
public $feed_limit = '10';
public $force_ssl = '0';
public $fromname = 'The Body Healer';
public $frontediting = '0';
public $ftp_enable = '0';
public $ftp_host = '';
public $ftp_pass = '';
public $ftp_port = '21';
public $ftp_root = '';
public $ftp_user = '';
public $gzip = '1';
public $helpurl = 'https://help.joomla.org/proxy?keyref=Help{major}{minor}:{keyref}&lang={langcode}';
public $host = 'joomladb:3306';
public $lifetime = '120';
public $list_limit = '50';
public $live_site = '';
public $log_path = '/var/www/html/administrator/logs';
public $mailer = 'smtp';
public $mailfrom = '
[email protected]';
public $mailonline = '0';
public $massmailoff = '1';
public $memcache_compress = '0';
public $memcache_persist = '1';
public $memcache_server_host = 'localhost';
public $memcache_server_port = '11211';
public $memcached_compress = '1';
public $memcached_persist = '1';
public $memcached_server_host = 'localhost';
public $memcached_server_port = '11211';
public $offline = '0';
public $offline_image = 'images/icons/construction_wrench.png';
public $offline_message = 'We\'re down for maintenance...but fear not!<br />We\'ll be back online ASAP.';
public $offset = 'America/Denver';
public $offset_user = 'UTC';
public $password = 'Definite-Isotope-Tall1';
public $proxy_enable = '0';
public $proxy_host = '';
public $proxy_pass = '';
public $proxy_port = '';
public $proxy_user = '';
public $redis_persist = '1';
public $redis_server_db = '0';
public $redis_server_host = 'localhost';
public $redis_server_port = '6379';
public $replyto = '';
public $replytoname = '';
public $robots = '';
public $secret = 'IUomRgio3HHt7NtSXuGcGyDq1FnVscCw';
public $sef = '1';
public $sef_rewrite = '1';
public $sef_suffix = '0';
public $sendmail = '/usr/sbin/sendmail';
public $session_handler = 'database';
public $session_memcache_server_host = 'localhost';
public $session_memcache_server_port = '11211';
public $session_memcached_server_host = 'localhost';
public $session_memcached_server_port = '11211';
public $session_redis_persist = '1';
public $session_redis_server_db = '0';
public $session_redis_server_host = 'localhost';
public $session_redis_server_port = '6379';
public $shared_session = '0';
public $sitename = 'The Body Healer';
public $sitename_pagetitles = '0';
public $smtpauth = '1';
public $smtphost = 'smtp.office365.com';
public $smtppass = '***';
public $smtpport = '587';
public $smtpsecure = 'tls';
public $smtpuser = '
[email protected]';
public $tmp_path = '/var/www/html/tmp';
public $unicodeslugs = '0';
public $user = 'joomla';
}