Codeigniter “The requested URL was not found” error
Bramus “The requested URL was not found” error
Router “The requested URL was not found” error
the solutions is simple, you need to modify the php settings on apache2
- set enable rewrite url >> sudo a2enmod rewrite
- set AllowOveride All on the configuration >> edit apache2.conf
- restart apache >> sudo systemctl restart apache2
your application run well afterthat