Hi
I cannot access the site after installing the script
The following error message appears
Not Found The requested URL was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Website link
- MSAnswered
Hello,
This question is already answered in the documentation.pdf that is included in your download file. I am pasting it below
Please
- make sure that your apache
mod_rewite
is enabled - check that
.htaccess
file is successfully uploaded and exists in the main directory of SMA base_url
inapp/config/config.php
If you are using godaddy, please visit the codeigniter official guide here. You might need to check and modify you .htaccess files too.
You can always check your error log to get more information about the issue.
As per my experience, it cause due to .htaccess file over 90% times. Please check it again and if you are on linux/mac the . files would be hidden.
Thank you
- make sure that your apache
- Login to Reply