I want normal URL like www.sample.com/controller not www.sample.com/public/index.php/controller.
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCo
ServerAdmin webmaster@example.com
ServerName example.com
DocumentRoot "path-to-project/public"
Order allow,deny
Allow from all
AllowOverride All
Require all granted