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 this problem and found that Shane's answer helped me out. I have my sites setup in WAMP.
RewriteBase /mysite/
The mysite is the alias as set in Apache. This worked for all my sites.
mysite