We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 3749
    • 24,544 Posts
    Just a thought . . . Evolution has a FURL prefix system setting (Revolution does not). You might be able to write a plugin that would modify it on the fly and set it to "" or "www." based on the URL the user came in through (maybe saved in a $_SESSION variable).
      Did I help you? Buy me a beer
      Get my Book: MODX:The Official Guide
      MODX info for everyone: http://bobsguides.com/modx.html
      My MODX Extras
      Bob's Guides is now hosted at A2 MODX Hosting
      • 10226
      • 412 Posts
      I also thought about something similar briefly. If only base href handled wildcards smiley

      I think a plugin playing on the Friendly URL system is going to be the best solution, because I don’t see how this can be solved on the server level while using base href. I know some php and js, but not enough to attempt this. The logic is fairly simple though, just parse the input URI, ’remember’ it - then toss it into the FURL output...

      I think we are on the right track now haha