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

7 lines
133 B
ApacheConf
Executable File

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule (.+) index.php?command=$1 [L]