1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2024-11-29 09:24:12 +01:00

Fix rewrite regexp.

This commit is contained in:
Simon Josefsson 2009-03-18 11:05:16 +00:00
parent e5e3cff2c6
commit cb54854abe

View File

@ -1,2 +1,2 @@
RewriteEngine on
RewriteRule ^([^/\.\?]+)(\?.*)?$ /$1.php$2 [L]
RewriteRule ^([^/\.\?]+)(\?.*)?$ $1.php$2 [L]