diff --git a/doc/Installation.adoc b/doc/Installation.adoc index e76594c..a2078dc 100644 --- a/doc/Installation.adoc +++ b/doc/Installation.adoc @@ -230,7 +230,7 @@ Apache, using a .htaccess file: ---- user@val:~$ sudo sh -c 'cat > /var/www/wsapi/2.0/.htaccess' RewriteEngine on -RewriteRule ^([^/\.\?]+)(\?.*)?$ $1.php$2 [L] +RewriteRule ^(.*/)?([^/.?]+)(\?.*)?$ $1$2.php$3 [L] php_value include_path ".:/etc/yubico/val:/usr/share/yubikey-val"