TA
Asked
Unable to login/sign up after installation given error 'Sorry, this page does not exist'. Error 404. Also I can go to any other page except home page.
- MSAnsweredHello,
404 not found are mostly caused due to missing `.htaccess` file. Please make sure you have uploaded it.
---
**Why am I getting 404 Not Found error after installation?**
Please
1. check that .htaccess file is successfully uploaded and exists in the main directory
2. make sure that your apache mod_rewrite is enabled and configured to use .htaccess from site directory
3. base_url in app/config/config.php
---
If you are on linux/unix system, then the dot file are hidden by default.
Thank you - Login to Reply