Your software
My Mautic version is: 4.4.10
My PHP version is: 8.0.3
My Database type and version is: 10.5.16-MariaDB
Your problem
My problem is:
web application is not loading anymore, i get either “to many redirects” or 404
depend on the URL path
it all started after i tried to install SMS plugin
i did the following steps:
- unzipped the plugin file
- Clear the cache either by using mautic:cache:clear + cd /var/www/mautic/var/cache and rm -rf *
- Run the following command from your root directory of Mautic: php bin/console mautic:assets:generate
after the following steps the the web application stopped working …
i removed the plugin nothing help
i get either 404 or to many redirects (behind cloudflare)
please help …
These errors are showing in the log:
no errors
Steps I have tried to fix the problem:
remove the plugin
remove cloudflare proxy
play with htaccess and apache conf
no success …