We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 7976
    • 36 Posts
    Howdy ModXCommunity,

    When I go to the manager of my site, for example: www.mydomain.com/manager/ I get redirected to the following URL: http://mydomain.com/home/is_linux_path/domains/mydomain.com/public_html/manager/

    My config also looks fine:
        $modx_manager_path= '/home/is_linux_path/domains/mydomain.com/public_html/manager/';
        $modx_manager_url= '/manager/';


    Does anybody have any clue what is wrong?
    Everything else works fine. If I remove the linux path and hit enter again it will stay on the manager page.
    It looks like this is caused right after you successfully logged in.

    System:
    PHP version 5.2.15
    MySQL 5.0.91-community
    Browser: Cross-browser
    MODX Revolution 2.1.1-pl (traditional)




    p.s. did they really remove alot of XPDO features from the plugin? (if yes, I sooooo do not like this choice, since all my hand written plugins are no longer working in Rev 2.1 :’()
      Jack of all Trades and Proud Honda Zoomer owner. Also available on twitter.
      • 7976
      • 36 Posts
      Small update.

      I only redirect to that path on a clean login.
      If my session expired and I login with the parameters the redirect goes like it should go.
        Jack of all Trades and Proud Honda Zoomer owner. Also available on twitter.
        • 7976
        • 36 Posts
        This thread can be locked rolleyes it was the htaccess fault that comes with boilerplate.

        For the ones coming on this thread throught search:
        1) Disable Rewrite "domain.com/foo -> domain.com/foo/" part (around line 355)
          Jack of all Trades and Proud Honda Zoomer owner. Also available on twitter.