Files
ckb-SuperAdmin/Server/public/.htaccess
2025-03-12 12:18:06 +08:00

9 lines
206 B
ApacheConf
Executable File

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