Files
szkoleniauryzaj.pl/.htaccess_bak_2021-08-30
2026-04-26 23:47:49 +02:00

41 lines
1.0 KiB
Plaintext

#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.
<IfModule mod_rewrite.c>
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]
</IfModule>
# 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
<Files ".user.ini">
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>
</Files>
# END Wordfence WAF