We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 41149
    • 43 Posts
    I have MODx Installed Here: http://www.noxinnovations.com/
    When I go here: http://www.noxinnovations.com/test/test/test/
    The browser and or MODx displays an non-styled, non-imaged version of the home page. How do I fix this?

    I do have Friendly URLs enabled. I am also running the latest version of MODx Revolution.

    Thank you!
      The web is our sandbox, so let's develop a castle.
      • 12028
      • 152 Posts
      It looks like that your are missing the
      <base href="[[++site_url]]" />

      - in your header, and of course of that the links to your assets are wrong.
        - A small step for mankind, so why not take two...

        Working with web production, graphic design/workflow, photo and education - but are trying to get a life in between!
        • 38741
        • 4 Posts
        using:
        <base href="[[++site_url]]" />
        can disable proper use of the hash tag, maybe start your relative url's with a slash "/" ( the default behaviour for wayfinder is to have relative urls, without the slash )