I used to have Mint working fine with my Wordpress website.
I simply added the javascript line into my template header, and all seemed to work well.
I have now moved to a more basic website, still loading mint by just adding the javascript line to each page. I have a .htaccess file (in web root) with the following:
RewriteRule ^([^/\.]+)/?$ index.php?p=$1 [NC]
This was causing issues with viewing mint, so my solution was to add a .htaccess file in /mint/, with the line
RewriteEngine off
This has fixed the issue.
The purpose of this post is to see if this is the correct thing to do, or am I forgetting something?
(I have checked, and /mint/?js still loads the javascript just fine.)
Thanks.