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 :’()