我正在使用WampServer开发并尝试从CodeIgniter网址中删除index.php。 我在ellislab网站上看到这些行添加到.htaccess文件中: https:// www.codeigniter.com/user_guide/general/urls.html p>
p>
RewriteEngine on
RewriteCond $ 1!^(index \ .php | images | robots \ .txt)
RewriteRule ^(。*)$ / index.php/$1 [L] code> pre>
div>
div>
这是我网站的根目录:
http:// localhost / job / p>
但现在当我想要导航网址时,如 http:// localhost / job / seeker 我看到 http:// localhost / 。 p>
我该怎么办? p>
谢谢 p>
div>