Files
QrCode-Attendance-System/.htaccess

6 lines
219 B
ApacheConf
Raw Normal View History

2026-01-07 14:09:59 +08:00
# Redirect everything to /src while allowing direct access to it
RewriteEngine On
# Skip if already under /src
RewriteCond %{REQUEST_URI} !^/src/
# Redirect all to /src preserving the path
RewriteRule ^(.*)$ /src/$1 [L]