Remove “index.php” from URL - Codeigniter

前端 未结 12 1175
清酒与你
清酒与你 2020-12-03 16:05

I\'ve looked in the documentation of Codeigniter of removing the index.php from the URL when accessing different views, the code shows how to remove it with apa

12条回答
  •  时光取名叫无心
    2020-12-03 16:08

    copy the .htaccess on your main codeigniter folder, mine was localhost/codeigniter/ and then change the {RewriteBase / to RewriteBase /codeigniter/}

提交回复
热议问题