Codeigniter issues with paths in localhost (XAMPP)

前端 未结 2 1678
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-15 00:56

The index page (aka homepage.php) in my code igniter install is working fine no matter what.

The problem lies with using subdirectories to store other pages, current

2条回答
  •  庸人自扰
    2021-01-15 01:22

    Figured out what I was doing wrong:

    I needed to be accessing : http://localhost/VAw_CI/**index.php**/pages/aboutus which is really strange because my default CI page is set to $config['index_page'] = 'homepage';

    Hope this helps someone, sometime :)

提交回复
热议问题