- MSAnsweredHello,
The 404 not found are mostly caused due to missing `.htaccess` file. If you are on linux/unix the dot files are hidden by default. Here is the FAQ from docs with suggestions.
---
**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_rewite is enabled and configured to use .htaccess from site directory
3. base_url in app/config/config.php - GRAnsweredI am using xampp (apache).
I can see the .htaccess , below the vendor folder
Base url is http://localhost/folder/ - MSAnsweredHello,
Please double check 1 & 2. Please take screenshots of the following and attach to your reply
1. mode_rewrite is enable
2. folder listing with .htaccess file
3. open and .htaccess file and take screenshot of the contents
Thank you - Login to Reply