我是codeigniter的新手。我最近开始从事一个在编码点火器中开发的项目。
我已经下载了该项目并在本地进行了处理,然后将更新上传到实时。
问题是,当我在本地运行它以检查例如 http://localhost/example/index.php/home 或 http://localhost/example/它直接移动到实时网站 www.example.com/index.php/home http://localhost/example 时,我还更改了应用程序/配置/配置.php中的base_url。
请协助我。
将其
保存在.htaccess中
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$0 [PT,L]