How to remove index.php from slim framework URL

前端 未结 3 1668
南笙
南笙 2020-12-16 06:30

i\'m trying to remove index.php form an URL:

this works

http://server/bw/index.php/test

this doesn\'t work

http://s         


        
3条回答
  •  一整个雨季
    2020-12-16 07:19

    In my case I updated AllowOverride All , then run sudo a2enmod rewrite to avoid Internal 500 error then restart Apache service apache2 restart

提交回复
热议问题