zessx/2keys/master/.htaccess - Htaccess File

zessx/2keys/master/.htaccess

Options -Indexes +FollowSymLinks
RewriteEngine On
RewriteBase /

# Shortcuts
# RewriteRule ^public_key_1$  index.php?autofill&public_key=public_key_1 [L]
# RewriteRule ^public_key_2$  index.php?autofill&public_key=public_key_2&length=8&symbols=0 [L]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache