We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 42492
    • 31 Posts
    I am working on deploying my test server to production. I only want MODX to handle requests to the home page and the news section of the website (/news). Is it possible to only give control to MODX when a request hits these paths, but have all other requests for flat files just go straight through?
      • 28120
      • 380 Posts
      Yes.

      I've just been through exactly this scenario when I wanted to use Articles/blog and summarize them on the home page but leave the rest of he site as static HTML pages.

      .htaccess only redirects back to the MODX controlling index.php when a physical HTML file or folder can't be found