Published
- 1 min read
public laravel htaccess
The solution for this is noted below
public laravel htaccess
Solution
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>
Try other methods by searching on the site. That is if this doesn’t work