.htaccess file for Laravel /public redirect
Content of .htaccess file. Just copy and paste.
<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^ ^$1...
blog.shreekrishnalamichhane.com.np1 min read