Files
2026-09-16 23:20:08 +07:00

7 lines
272 B
ApacheConf

<IfModule mod_rewrite.c>
RewriteEngine On
# ถ้าไม่ใช่ไฟล์หรือโฟลเดอร์ที่มีอยู่จริง ให้ส่งไปที่ public/index.php
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>