# BEGIN WP Hide & Security Enhancer
<IfModule mod_rewrite.c> 
RewriteEngine On 
RewriteBase / 
#WriteCheckString:1603434457_34443
RewriteRule .* - [E=HTTP_MOD_REWRITE:On]

RewriteRule ^artperfect/artperfect.css /wp-content/themes/davici/style.css [L,QSA]

RewriteRule ^artperfect/(.+) /wp-content/themes/davici/$1 [L,QSA]

RewriteRule ^apps/core/(.+) /wp-content/plugins/wpbingo/$1 [L,QSA]
RewriteRule ^apps/(.+) /wp-content/plugins/$1 [L,QSA]

RewriteRule ^my_includes/(.+) /wp-includes/$1 [L,QSA]

RewriteRule ^media/(.+) /wp-content/uploads/$1 [L,QSA]

RewriteRule ^my_content/(.+) /wp-content/$1 [L,QSA]
</IfModule> 

# END WP Hide & Security Enhancer
#This Apache config file was created by Duplicator Installer on 2021-03-16 17:33:58.
#The original can be found in archived file with the name .htaccess__[HASH]

# BEGIN WordPress
# The directives (lines) between `BEGIN WordPress` and `END WordPress` are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress
#Wersja PHP zmieniona: 2021-03-16 06:39:03
AddHandler application/x-httpd-php74 php 