2
我已經刪除了的index.php throught驗證碼:刪除的index.php
RewriteEngine on
RewriteCond $1 !^(index\.php|assets|robots\.txt)
RewriteRule ^(.*)$ /leet/index.php/$1 [L]
但是,當我提交表單<?=form_open('signup');?>
和頁面刷新的URL改變其價值localhost/ci/index.php/signup
。
是否可以將其刪除?
我回答了另一件事,所以這是一個錯誤的答案......被刪除。 – middlehut
我已經成功刪除了'index.php',但只有*當在URL中提交表單時插入'index.php'。 (хехе,отБългарияси^ _ ^) –
你還應該從config.php文件中刪除index.php引用 - base_url和index_page,我不記得究竟是哪一個,但我認爲form_helpers使用這些值來構建url 。 (да:) – middlehut