bunuelo/blog.bomorgan.io/master/.well-known/.htaccess - Htaccess File

bunuelo/blog.bomorgan.io/master/.well-known/.htaccess

# Permit access to the challenge files but nothing else
Order allow,deny
Allow from all

RewriteCond %{REQUEST_URI} ^/[.]well-known/acme-challenge/[a-zA-Z0-9_-]+$
RewriteRule .* - [L]

RewriteRule .* - [F]

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache