php - Codeignite base_url not working, It's auto redirect another url -
my codeigniter project base of operations url not working properly. auto redirect url. can solve problem.
$config['base_url'] = "http://127.0.1/myproject/";
please command equal. alter this:
$config['base_url'] = "http://127.0.1/myproject/"; to this:
$config['base_url'] = "http://127.0.0.1/myproject/"; php .htaccess codeigniter
No comments:
Post a Comment