CodeIgniter Testing the Base URL

拥有回忆 提交于 2020-01-06 23:53:46

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!