mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-03-05 15:29:20 +01:00
4 lines
68 B
ApacheConf
4 lines
68 B
ApacheConf
|
RewriteEngine on
|
||
|
RewriteRule ^([^/\.\?]+)(\?.*)?$ /$1.php$2 [L]
|
||
|
|