Published
- 1 min read
htaccess redirect to public folder
The solution for this is noted below
htaccess redirect to public folder
Solution
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ public/index.php?$1 [L,QSA]
Try other methods by searching on the site. That is if this doesn’t work