H
Asked
hello
after the install the crm
can be open this page
http://unitechsolution.lk/yarlmark
after login admin page unable
http://unitechsolution.lk/yarlmark/admin/login
showing
Not Found
The requested URL was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an Error Document to handle the request.
ather add index.php
http://unitechsolution.lk/yarlmark/index.php/admin/login
after login
http://unitechsolution.lk/yarlmark/admin/auth/login
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.
how can solve it
after the install the crm
can be open this page
http://unitechsolution.lk/yarlmark
after login admin page unable
http://unitechsolution.lk/yarlmark/admin/login
showing
Not Found
The requested URL was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an Error Document to handle the request.
ather add index.php
http://unitechsolution.lk/yarlmark/index.php/admin/login
after login
http://unitechsolution.lk/yarlmark/admin/auth/login
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.
how can solve it
- MSAnsweredHello,
Please check the documentation.pdf in your download for 404 not found check list/suggestions.
Over 90% 404 cause due to missing `.htaccess` file. I am adding the FAQ below
---
Why am I getting 404 Not Found error after installation?
Please
1. check that .htaccess file is successfully uploaded and exists in the main directory
2. make sure that your apache mod_rewite is enabled and configured to use .htaccess from site directory
3. base_url in app/config/config.php
---
Thank you - HAnsweredok thanks solved
- Login to Reply