canyin-project/ybcy/web/.htaccess

5 lines
117 B
ApacheConf
Raw Permalink Normal View History

2024-11-01 16:07:54 +08:00
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . index.php [L]