E
Asked
Dear support,
Good morning, we have successfully installed Stock Manager Advance with All Modules. But we are having difficult login to admin section.
After complete installation it asks to take to log page, unfortunately redirects us to front shop instead of login page has it should be the case.
Kindly therefore confirm to us which files must be present for clean download of your software. Secondly link to admin login after all we are taken to front shop site.
It displays “The requested URL /tml_stock/login was not found on this server” we have confirmed that the said file is not present / found.
We therefore seek your help else we are requesting for the correct installation file.
Thank you.
Good morning, we have successfully installed Stock Manager Advance with All Modules. But we are having difficult login to admin section.
After complete installation it asks to take to log page, unfortunately redirects us to front shop instead of login page has it should be the case.
Kindly therefore confirm to us which files must be present for clean download of your software. Secondly link to admin login after all we are taken to front shop site.
It displays “The requested URL /tml_stock/login was not found on this server” we have confirmed that the said file is not present / found.
We therefore seek your help else we are requesting for the correct installation file.
Thank you.
- MSAnsweredHello,
If you visit `/admin` it should display you login. You can use shop login too. Once logged in you will have dashboard button in top bar.
404 Not Found error could be due to mod_rewrite, missing .htaccess file or wrong base_url. Please
1. make sure that your apache `mod_rewite` is enabled
2. check that `.htaccess` file is successfully uploaded and exists in the main directory (with themes and index.php)
3. `base_url` in `app/config/config.php`
As per my experience, over 90% due to missing `.htaccess` file. You can post private reply with your site link so that I can have look. Thank you - EAnsweredI have tried to check and I have the following .htaccess file is missing, and .../admin directory not present.
Apache rewrite_module is enabled base_url is in app/config/config.php
Now what am I supposed to do please? - MSAnsweredYou just need to upload the .htaccess file. It already included in download file and if you are on mac/linux it might be hidden.
/admin is not folder but route so once you have uploaded the missing file. It should work fine. - EAnsweredThank you the file was hidden and was able to solve it
- Login to Reply