ci3-app/.htaccess
2025-04-27 07:06:24 +07:00

9 lines
205 B
ApacheConf
Executable File

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