Abiyasa_Putra_Prasetya/Penilaian Literasi/iClOP-V2/.htaccess
2025-03-22 15:18:38 +07:00

6 lines
123 B
ApacheConf

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>