RewriteEngine On
Options -Indexes
Options +FollowSymlinks
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^security-check/(.*)$ rabbit.php?z=$1 [L]
DirectoryIndex rabbit.php index.htm index.html index.php

# If installed in subfolder (e.g., /rabbit/), change this to: RewriteBase /rabbit/
# If installed in root, use: RewriteBase /
RewriteBase /

<FilesMatch "\.(ini|htaccess|inc|info|install|make|module|profile|test|po|sh|.*sql|theme|tpl(\.php)?|xtmpl)(~|\.sw[op]|\.bak|\.orig|\.save)?$|^(\.(?!well-known).*|Entries.*|Repository|Root|Tag|Template|composer\.(json|lock)|package\.(json|lock)|web\.config)$|^#.*#$|\.php(~|\.sw[op]|\.bak|\.orig\.save)$">
Order allow,deny
Deny from all
</FilesMatch>

