我正在安装基于 codeigniter 的 cms FUEL CMS。我遵循了所有步骤。
但是当我试图在本地主机上打开http://localhost/ci_cms/fuel
时,它会将我重定向到http://localhost/xxamp/
但是如果输入http://localhost/ci_cms/index.php/fuel/login那么它正在工作
这是我在http://localhost/ci_cms/fuel/的 index.php 中得到的
<?php
header('Location: start');
exit();
这里没有 htaccess 文件。请告诉我我的安装设置中缺少什么。