im/vendor/jasny/sso/examples/server/.htaccess

7 lines
133 B
ApacheConf
Raw Normal View History

2023-09-26 18:09:46 +08:00
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule (.+) index.php?command=$1 [L]