我正在创建我的第一个 codeigniter 项目。我非常喜欢这个框架。但是无论如何要从 url中删除index.php页面?在 .htaccess 旁边?就像我使用表单助手类来生成表单一样。使用此代码
<?= form_open('site/login'); ?>
网址出来了
<form action="http://localhost/index.php/site/login" method="post" accept-charset="utf-8">
如果有人分享如何做到这一点,那就太好了。谢谢