404 Page Not Found
The page you requested was not found
error
i change the basepath and data base connection properly.
is there any issue with .htaccess?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Abhishek SrivastavaPosted Jun 28, 2017, 1:15 PM
Since you do not have any .htaccess to edit you url you must add an
index.phpwhen calling a controller likehttp://hello.hostingsiteforfree.com/index.php/loginControllerI tried accessing it via the url above and it works, but the database connection is not set up properly
in your config file where there is
$config['index_page'] = ''if it is blank add anindex.phpto itCheck to see it works