Mon. Apr 6th, 2026

Hey this is the .htaccess file for laravel just in case I need it. So I kept it here for usingĀ  purpose

<IfModule mod_rewrite.c>

Options +FollowSymLinks

RewriteEngine On



RewriteCond %{REQUEST_URI} !^/public/ 



RewriteCond %{REQUEST_FILENAME} !-d

RewriteCond %{REQUEST_FILENAME} !-f







RewriteRule ^(.*)$ /public/$1 

#RewriteRule ^ index.php [L]

RewriteRule ^(/)?$ public/index.php [L] 

</IfModule>

 

Leave a Reply

Your email address will not be published. Required fields are marked *