#This Apache config file was created by Duplicator Installer on 2021-06-20 15:34:55.
#The original can be found in archived file with the name htaccess.orig
# BEGIN WordPress
# Dyrektywy zawarte między "BEGIN WordPress" oraz "END WordPress"
# są generowane dynamicznie i powinny być modyfikowane tylko za pomocą
# filtrów WordPressa. Zmiany dokonane bezpośrednio tutaj będą nadpisywane.
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
#AuthGroupFile /dev/null
#AuthType Basic
#AuthUserFile /home/garbary/domains/szkoleniauryzaj.pl/public_html/.htpasswd_blokada
#AuthName "ochrona dostepu"
#require valid-user
# Wordfence WAF
Require all denied
Order deny,allow
Deny from all
# END Wordfence WAF