Moving a concrete 5 website
PermalinkI am trying to move a site to another host and thought I would try it locally using wamp first. i have downloaded it, restored my database and edited my config.php file and everything is ok BUT, when I try to navagate the site locally the rest of the links on the site are not working and i cannot log into the back end of the site either. Can anyone help? Tne site i have downloaded and trying to work on locally, http:/www.ardswebdesign.co.uk
Regards
Richard
Can seem to get this to work
:(
Richard
To log in your site now you need to add "index.php" in the url.
http://localhost/index.php/dashboard...
or
http://localhost/index.php/login...
As a work-a-round on local, you can get past this by simply disabling pretty urls.
Once logged in disable pretty urls and you will be able to navigate around the site as normal.
RewriteBase /
is correct for where you've put the site.
The / by itself is correct when you have a site at the root of a domain, but if you're accessing a site via folders (i.e. http://localhost/project/site/,... you would need to edit this to something like:
RewriteBase /project/site/