Pages

23 February, 2022

Laravel apache public folder

 <?php



Laravel apache public folder


//Laravel -> Jump to /public by default
//On the root file create an htaccess file with this data:
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/public/
RewriteRule ^(.*)$ /public/$1 [L,QSA]



No comments:

Post a Comment

Thanks