<?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]
Programing Coderfunda February 23, 2022 Laravel, php No comments
<?php
0 comments:
Post a Comment
Thanks