It looks like you're new here. If you want to get involved, click one of these buttons!
When I try to login I can see a glimpse of the dashboard then it sends me back to the login page. Mod_rewrite is working and I've implemented the rewritebase parameter to match my sub-folder.
What's weird is that if I clear cache/cookies, it logs in and works. Maybe something to do with the define('COOKIE_DOMAIN', ''); parameter?
I forgot to mention that when I login and use other apps on the same domain, the problem comes back.
I added a www to the domain in the APP_PATH and now it works... strange, but ok!
APP_PATH needs to be a full URL. You appended http://www.resortzilla.net/
in your APP_PATH and it works (it was previously a relative path).
Thanks.
Ben