Hi,
i am new to PHP and Laravel and trying to understand htaccess file content of public dir.
can someone please explain it ?
Options -MultiViews
RewriteEngine On
# Redirect Trailing Slashes...
RewriteRule ^(.*)/$ /$1 [L,R=301]
# Handle Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
Also if i remove this file then i get error "The requested URL /test/public/rishi was not found on this server."