Files
ms1readerv4/ci4app/public/.htaccess
2026-07-17 11:48:07 -04:00

11 lines
226 B
ApacheConf

# Disable directory browsing
Options -Indexes
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>