0

I followed the instructions in this to install mautic on nginx server with eayengine. But both tracking file mtc.js and mtracking.gif return 404.

I have researched for a while but could not find any solution for this.

Please help, thanks in advance!

Tân Lê
  • 3
  • 1
  • 4

1 Answers1

0

Commenting on that tutorial might get attention of the author and you'd get a better answer.

Is the tracking pixel working if you add index.php in the URL like this example: https://yourdomain.tld/index.php/mtracking.gif ? If so, then double check that you did step 6.d correctly:

Update the Nginx Configuration to fix a problem with Mautic accessing its assets when a redirect to the SSL site version is enabled.

cat "rewrite ^/index.php/(.*)$ /$1 last;" > /var/www/yoursitedomain.net/conf/nginx/urlfix.conf
John Linhart
  • 1,746
  • 19
  • 23