A
Asked
Hi, I just install the application. After finish the last step installation, then the application show 404 in production
Attachments
- MSAnsweredHello,
Please refer the documentation.pdf in your download as this question is already answer there.
You need to check these
1. the `.htaccess` file is uploaded/exists
2. `mod_rewrite` is enable and is configured to use `.htaccess` from site directory
3. `base_url` in the `app/config/config.php` is correct
Thank you - Login to Reply