I found the computer just always shows the Apache2 Ubuntu Default Page . One mobile can open and I set up on phone but no SSL. The other mobile same with Computer.
How to fix this weird issue?
I have cleared the Chrome cache.
I have two instances.
date.timezone = “Europe/Zurich”.
When I remove the Double Quotes like date.timezone = Europe/Zurich , my broadcast time can be correct.
Also Re the cron Job, I use the SMTP protocol to send.
It needs the mautic:email:fetch. Otherwsise the “Contact Replied” cannot work.
I don’t know where to put it. But I put it two places like below
#!/bin/bash
MAUTICCONSOLE="/var/www/html/mautic/bin/console"
if [ -z “$(ls -A /var/www/html/mautic/var/spool)” ]; then