I've removed the index.php throught this code:
RewriteEngine on
RewriteCond $1 !^(index\.php|assets|robots\.txt)
RewriteRule ^(.*)$ /leet/index.php/$1 [L]
But when I submit form <?=form_open('signup');?> and the page refreshes the url changes its value to localhost/ci/index.php/signup.
Is it possible to remove it?
index.phpsuccessfully, but only when a form is submitted in the url is insertedindex.php. (хехе, от България си ^_^)