Login trouble

Permalink
I have recently transferred my site to a new host, with no problems.
I have only started having problems when I amended my "site.php" to suit the new host. The only parts I changed is
define('BASE_URL', 'http://www.mysite.org.uk');
define('DIR_REL', 'http://www.mysite.org.uk');

When I try to login via index.php/login/ I am redirected to the home page with out any luck.
When I try login via index.php/dashboard/ the site attempts to direct me tohttp://www.mysite.org.ukhttp//www.mysite.org.uk/index.php/dashboard...

What I have tried.
-header/footer problem.
-force user into database.
-scanned through the login.php file checking for faults.


If anyone has come across this it would be amazing, or if anyone has any suggestions then I thank you in advance.

 
pvernaglia replied on at Permalink Best Answer Reply
pvernaglia
Your DIR_REL is wrong, it should not be a full domain name, just a directory if the install is not in the root directory. If you are running the current version of C5 you really don't need those lines, try just deleting them out.
eastscot replied on at Permalink Reply
I knew it would be something simple..... Thanks for your help its up and running again!