How do I remove 'index.php' from URL in CodeIgniter?

后端 未结 7 1901
清酒与你
清酒与你 2020-11-30 13:20

How do I remove index.php from my URL in CodeIgniter?

I removed index.php from my configuration file, and I have run my rewrite_modul

7条回答
  •  执笔经年
    2020-11-30 13:38

    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.

提交回复
热议问题