11
If I keep that setting as it is installed, then the site loads through
http://www.morawski.us ok. Where the problem comes in is with the log-in script. It's the same problem I had with Mambo. It looks like you're logged in, but the session does not stay active once you click a link. As I said in my first post, with Mambo you can use either an htaccess file or header code to open a hole where the log-in info can get past the masking frame, but it's not a great solution. The Mambo fix was:
header( "P3P: CP=CAO DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE");
in the main index.php of the script. No I didn't figure this one. I found it in a search regarding domain masking a while ago.