我有一个带有codeigniter的应用程序,当应用程序视图在“联系人”菜单中时,我想调用一个Home控制器,但出现了这样的错误
的数据
链接地址
<li><a href="<?= base_url('home');?>" class="active">Beranda</a></li>
字符串
.htaccess
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
型
1条答案
按热度按时间snvhrwxg1#
使用下面的代码在你的根目录下创建.htaccess文件
字符串