I have installed magento 2 into my Personal Computer. It working fine over there.
I have installed same copy at another system then frontend is working fine admin is not. (its showing 404 page)
Right now I want to install it into my laptop.
I did following...
I just copy magento2 folder from my PC i.e
wamp/www/magento2and put it at proper destination into laptop i.ewamp/www/magento2I export magento2 database from PC and import at Laptop localhost.
Update the
base_urlinto imported DB.Deleted contents unders
var/as wel aspub/static/
I tried following...
- run
php magento setup:upgradebut not useful.