i\'m trying to remove index.php form an URL:
this works
http://server/bw/index.php/test
this doesn\'t work
http://s
In my case I updated AllowOverride All , then run sudo a2enmod rewrite to avoid Internal 500 error then restart Apache service apache2 restart
AllowOverride All
sudo a2enmod rewrite
service apache2 restart