MF
Asked
Hey,
I took over a client that used to have Simple Stock Manager - I’m not sure what the previous developer did but I am getting a 404 error when trying to login. Can anyone help?
- MSAnswered
Hello,
Please mention the version number.
If you are talking about v2, please
- check that
.htaccess
file is successfully uploaded and exists in the main directory - make sure that your apache
mod_rewite
is enabled and configured to use.htaccess
from site directory - make sure that
base_url
inapp/config/config.php
is correct
For v3-beta, please set the correct root path for your domain, it’s the
public
folder in your uploaded files and make sure that mod_rewrite is enabled.Thank you
- check that
- Login to Reply