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

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

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

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

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

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

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

# END WP Hide & Security Enhancer
#This Apache config file was created by Duplicator Installer on 2020-10-21 07:47:43.
#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 /portfolio/artperfect/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /portfolio/artperfect/index.php [L]
</IfModule>

# END WordPress