Files
web-sekolah/.htaccess
T
2026-06-26 13:37:55 +07:00

4 lines
124 B
ApacheConf

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]