missing dashboard and pages
Permalink
Any help appreciated.
I can see my site's homepage (MAMP host on loacl mac) but cannot see internal pages - gives file not found errors.
homepage location "http://thatchawaymacbookpro/uk/index.php"
Tried logging in but not re-directed to dashboard - get "http://thatchawaymacbookpro/uk/index.php/login/do_login/"
My site.php file reads as follows:
<?php
define('DB_SERVER', 'localhost');
define('DB_USERNAME', 'root');
define('DB_PASSWORD', 'lastchance5');
define('DB_DATABASE', 'thatchaw_c5cms');
define('BASE_URL', 'http://thatchawaymacbookpro');
define('DIR_REL', '/uk');
define('PASSWORD_SALT', 'XXXXXXXXX');?><?php define('DIRNAME_APP_UPDATED', 'concrete5.4.2.1');?>
Does the error lie here or elsewhere?
Many thanks for your help
I can see my site's homepage (MAMP host on loacl mac) but cannot see internal pages - gives file not found errors.
homepage location "http://thatchawaymacbookpro/uk/index.php"
Tried logging in but not re-directed to dashboard - get "http://thatchawaymacbookpro/uk/index.php/login/do_login/"
My site.php file reads as follows:
<?php
define('DB_SERVER', 'localhost');
define('DB_USERNAME', 'root');
define('DB_PASSWORD', 'lastchance5');
define('DB_DATABASE', 'thatchaw_c5cms');
define('BASE_URL', 'http://thatchawaymacbookpro');
define('DIR_REL', '/uk');
define('PASSWORD_SALT', 'XXXXXXXXX');?><?php define('DIRNAME_APP_UPDATED', 'concrete5.4.2.1');?>
Does the error lie here or elsewhere?
Many thanks for your help