.htaccess.dist 372 B

1234567
  1. # Copy this file to `.htaccess` for additional root-level protection
  2. # if you cannot set Apache `DocumentRoot` to `./p/` as recommended.
  3. # Deny files starting with a dot, or without extension (except some), or not in a whitelist of extensions
  4. <FilesMatch "^\.|^(?!oidc)[^.]+$|\.(?!css|gif|html|ico|js|php|png|svg|txt|woff|woff2)[^.]*$">
  5. Require all denied
  6. </FilesMatch>