|
D:\
AppServ\
www\
system\
user_guide\
index.php
license.txt
上面是我的存放位置.
config.php:
$config['base_url'] = "http://127.0.0.1/";
然后打开:http://127.0.0.1/
显示:
Deprecated: Assigning the return value of new by reference is deprecated in D:\AppServ\www\system\codeigniter\Common.php on line 130
Deprecated: Assigning the return value of new by reference is deprecated in D:\AppServ\www\system\codeigniter\Common.php on line 136
Fatal error: Call to undefined function set_magic_quotes_runtime() in D:\AppServ\www\system\codeigniter\CodeIgniter.php on line 60 |
|