canyin-project/ybcy/web/.htaccess
2024-11-01 16:07:54 +08:00

5 lines
117 B
ApacheConf

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . index.php [L]