Truong Van Phu - 2017-07-28 16:45:58 -
In reply to message 1 from André Dias
Hi André Dias,
- If you using PHP7 please change database driver to mysqli in application/config/database.php
$db['default']['dbdriver'] = 'mysql1';
- About wrong URL: login.html not found, it's permalink of /index.php/users/login when the system have enable mode rewrite.
Please check it by checklist below:
1. Make sure mode rewrite is enable mod_rewrite.
2. Check existed file .htaccess in the root directory.
You can rename from file .htaccess.default
3. Test access link : http://your-domain/index.php/users/login
4. Try again access link : http://your-domain/login.html
If it not resolve, please contact me by skype : phutv0507, i will help you anytime.
Thank & best regards !