Migrate Website from Live to Local

Permalink
Hi!

My client has a website made on concrete5 v.5.6.2.1
http://www.boistec.com/

I want to have a copy in my local but I am having issues.

STEPS I DO TO MIGRATE
1. Export Database
2. ZIP all files on public_html
3. Change site.php variables


ISSUES I HAVE IN LOCAL
1. Index page is only working, ALL OTHER PAGES are 404
2. I cannot even login on dashboard, 404 when clicking log in

This is my first time in Concrete5 and I follow the migration guide I found on the website.
Any help will be appreciated.

 
radeff replied on at Permalink Reply
radeff
as there is no index.php on the production website, there must be a .htaccess at the root directory
->you have to get it on your localhost and adapt the RewriteBase
and check your localhost apache or nginx has rewriterule enabled

and before exporting, make sur the cache has been emptied
juandavid0528 replied on at Permalink Reply
"as there is no index.php on the production website, there must be a .htaccess at the root directory
->you have to get it on your localhost and adapt the RewriteBase
and check your localhost apache or nginx has rewriterule enabled"

- do you mean to I should get the .htaccess file?
juandavid0528 replied on at Permalink Reply
"and before exporting, make sur the cache has been emptied"


- do you mean exporting the database?
- how to empty cache?
juandavid0528 replied on at Permalink Reply
Also there is an index.php on production site