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

strip the .php extension

This commit is contained in:
Paul Chen 2008-10-08 06:36:17 +00:00
parent b18af416f8
commit 99ad8405ca

3
.htaccess Normal file
View File

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