【发布时间】:2023-04-06 07:07:01
【问题描述】:
嘿,所以我在 Codeigniter 本地开发,我的项目文件夹是:
http://localhost/feeder_final/
当我做这样的事情时:
header('Location: /site_client/dashboard');
或单击 href='/site_client/' 它重定向到:
http://localhost/site_client/
不是:
http://localhost/feeder_final/site_client/
我觉得我什么都试过了……base_url、htaccess 等等,
但我就是无法让它工作。感谢您的帮助。
【问题讨论】:
标签: php codeigniter mod-rewrite base-url