How do I remove index.php from my URL in CodeIgniter?
index.php
I removed index.php from my configuration file, and I have run my rewrite_modul
rewrite_modul
I also had a problem with the rewrite rule suggested in the CodeIgniter user guide. I solved it by removing the slash from in front of index.php
RewriteRule ^(.*)$ index.php/$1 [L]