Thanks in advance for the help.
My problem is, I'm wanting to get my navigation working the file setup through the hosting is:
/home/webhosting/public_html/dev/
/* dev is my development folder also setup as a sub domain */
I want to access the links to allow www.mydomain.com/dev/login to link the login page in the dev section and same if i go dev.mydomain.com/login it will take me to the same login page for the dev domain (www.mydomain.com/dev/login) without giving me errors or taking me back to the root domain (www.mydomain.com/login)
so far i'm just using
DEFINE('ROOT', '/home/ganderz1/public_html/hosting/shadowtech.co.nz/dev/dev4/');
/* Define the Template to be used */
DEFINE('TEMPLATE_NAME', "default");
//DEFINE('ROOT', '');
DEFINE('TEMPLATE', ROOT.'Include/Theme/'.TEMPLATE_NAME.'/Language/en/Template/Common/');
DEFINE('HOME', ROOT);
DEFINE('NAV', "http://".$_SERVER['SERVER_NAME']."/");
Any help would be extremely grateful and received well