We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 38318
    • 128 Posts
    Thanks just done that, will that help secure it?
      • 51216
      • 35 Posts
      Yes it stops the core folder from being accessible via the web
        • 44064
        • 185 Posts
        Quote from: scoder at Jul 25, 2018, 03:31 PM
        Yes it stops the core folder from being accessible via the web
        Let me add something - only if Apache is used as your web server. How to check - just rename file to .htaccess and recheck again, if message is still there possibly you have other web server.

        F.e. for NGINX fix should be another, just add next few lines to config file:

        location /core/ {
            deny all;
        }
          Anton Tarasov
          MODX Developer

          Email: [email protected]
          Web: antontarasov.com