After install, shown ‘the requested URL /sma/admin was not found on this server.’,can not load the website, Installation folder http://localhost/sma/. V3.4.29
- WEAnswered
I have checked the Server Folder. There is no admin folder. Why?
- MSAnswered
No admin folder required as it’s route. Please check the documentation.pdf and search for 404 not found to get the suggestion.
Why am I getting 404 Not Found error after installation?
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.
- make sure that your apache
- WEAnswered
I am in my windows testing server. Check all is right. but still can not work.
- MSAnswered
Once all fine, you won’t get 404 error. Please double check above and make you apache server configured to use .htaccess from site folder.
- Login to Reply