We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 23849
    • 223 Posts
    Hi All,

    I'm having a couple of odd things happen after updating to 2.4.

    The first is that the config check continues to fail, even though I've renamed the .htaccess file correctly in the /core/ folder.

    Secondly, it still says "2.3.5-pl" as my version in the top left of the site...but it has the new search function up there, so it's definitely up to date.

    Anyone else seeing this?

    This question has been answered by sottwell. See the first response.

      Nick Hoag
      Creative Partner
      The FutureForward

      http://thefutureforward.com
    • discuss.answer
      The .htaccess in the core directory needs a little change - instead of Files *.php, put
      IndexIgnore */*
      <Files *>
          Order Deny,Allow
          Deny from all
      </Files>
      
        Studying MODX in the desert - http://sottwell.com
        Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
        Join the Slack Community - http://modx.org
        • 23849
        • 223 Posts
        Worked. Thanks so much, Susan!
          Nick Hoag
          Creative Partner
          The FutureForward

          http://thefutureforward.com
          • 50959
          • 57 Posts
          2 - clear your browser cache
            • 45118
            • 123 Posts
            Quote from: sottwell at Aug 21, 2015, 08:03 PM
            The .htaccess in the core directory needs a little change - instead of Files *.php, put
            IndexIgnore */*
            <files *="">
                Order Deny,Allow
                Deny from all
            </files>
            
            Thanks Susan, I had the same problem and this worked for me too!!