In a bind that I can’t work out. I have webmail set up on a site running a Modx Evo 1.0.4 build but every time I try to go to the site (ie. www.mysite.com/webmail) I get taken back to the home page (set as unauthorized page). I don’t have this problem with revolution.
I am assuming it has something to do with either the Friendly URL settings or the htaccess settings but I could be wrong.
Any ideas anyone?
If the mail page is a MODX resource, can you go to www.mysite.com/index.php? id=## (where ## is the ID of the mail page)?
If so, your problem is very likely with the .htaccess file.
If the mail page is not a MODX file but an HTML file on the disk, you’ll need a special rule in .htaccess (or code in the MODX index.php file) to redirect to it directly rather than using the normal MODX index.php file routing.