Search code examples
friendly-urlmodx

ModX friendly url has a bad format


Sorry, this is probably a very basic question, but I'm new to ModX and haven't been able to find an answer.

I am trying to get friendly urls working, but right now, all my urls are showing up like

http://localhost/modx/modx-2.2.13-pl/"http://localhost/modx/modx-2.2.13-pl/other.html

instead of the expected

http://localhost/modx/modx-2.2.13-pl/other.html

I probably don't have some system setting set correctly; any help would be greatly appreciated...


Solution

  • Sounds like you've forgotten to add

    <base href="[[++site_url]]" />
    

    To your head.

    At least that is the first thing that comes to mind.