问题
I have downloaded and unzipped CodeIgniter 3.0.4
I have copied the files to C:\xampp\htdocs\myfirstciproj
"myfirstciproj" is the folder where I have the index.php
I have edited the config file as follows -
$config['base_url'] = 'http://localhost/myfirstciproj/';
Now, my question is, how do I test whether CodeIgniter is correctly taking the base URL?
来源:https://stackoverflow.com/questions/35480528/codeigniter-testing-the-base-url