Some Lesson - RAM PUKAR
Sunday, August 28, 2022
Laravel 9 – Remove Public from URL using htaccess
Add root folder
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment