Skip to content

Htaccess Deploy Laravel

Mohammad Kahfi edited this page Apr 18, 2024 · 5 revisions
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>

Jika di PleskDesk, Buka batasan restrict symlink

Options +FollowSymlinks
Options -SymLinksIfOwnerMatch
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>