ctms/admins/web/.htaccess
2025-04-10 23:19:13 +08:00

6 lines
150 B
ApacheConf
Executable File

Options +FollowSymLinks
IndexIgnore /
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php