# This file was updated by Duplicator on 2023-12-03 22:13:12.
# See the original_files_ folder for the original source_site_htaccess file.
# 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
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /sheri4/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /sheri4/index.php [L]
</IfModule>

# BEGIN WP Content Guard
<IfModule mod_rewrite.c>
RewriteCond %{REQUEST_URI} !wp-content/uploads
RewriteRule ^.*$ - [NC,L]
RewriteCond %{HTTP_REFERER} ^$
RewriteRule ^.*$ - [NC,L]
RewriteCond "%{HTTP_REFERER}" "localhost" [NC]
RewriteRule ^.*$ - [NC,L]
RewriteCond "%{HTTP_COOKIE}"  "__wpcontentguard__"
RewriteRule ^.*$ - [NC,L]
RewriteRule ^(.*)$ /sheri4/wp-content/plugins/wpcontentguard/blocked.php [L]
# END WP Content Guard
# END WordPress