Files
fast_response/admin/public/.htaccess
Your Name dce091da91 t
2025-03-27 07:52:44 +00:00

9 lines
217 B
ApacheConf
Executable File

<IfModule mod_rewrite.c>
Options +FollowSymlinks -Multiviews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]
</IfModule>