# BEGIN WP Hide & Security Enhancer
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
#WriteCheckString:1549556938_90533
RewriteRule .* – [E=HTTP_MOD_REWRITE:On]
RewriteRule ^fariocity-sub/(.+) /wp-content/themes/fariocity/$1 [L,QSA]
RewriteRule ^fariocity/(.+) /wp-content/themes/flatsome/$1 [L,QSA]
RewriteRule ^addons/(.+) /wp-content/plugins/$1 [L,QSA]
RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteRule ^wp-content/plugins(.+) /index.php?wph-throw-404 [L]
RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteCond %{HTTP_COOKIE} !^.*wordpress_logged_in.*$ [NC]
RewriteRule ^wp-includes(.+) /index.php?wph-throw-404 [L]
RewriteRule ^includes/(.+) /wp-includes/$1 [L,QSA]
RewriteRule ^files/(.+) /wp-content/uploads/$1 [L,QSA]
RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteRule ^wp-content/uploads/(.+) /index.php?wph-throw-404 [L]
RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteRule ^readme.html /index.php?wph-throw-404 [L]
RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteRule ^license.txt /index.php?wph-throw-404 [L]
RewriteRule ^content/(.+) /wp-content/$1 [L,QSA]
RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteCond %{HTTP_COOKIE} !^.*wordpress_logged_in.*$ [NC]
RewriteRule ^wp-content(.+) /index.php?wph-throw-404 [L]
<FilesMatch “”>
<IfModule mod_headers.c>
Header unset X-Pingback
</IfModule>
</FilesMatch>
<FilesMatch “”>
<IfModule mod_headers.c>
Header unset X-Powered-By
</IfModule>
</FilesMatch>
RewriteRule ^fario-login.php(.*) /wp-login.php$1 [L,QSA]
RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteRule ^wp-login.php /index.php?wph-throw-404 [L]
RewriteCond %{REQUEST_URI} /dashboard$
RewriteRule ^(.*)$ /dashboard/ [R=301,L]
RewriteRule ^dashboard(.*) /wp-admin$1 [L,QSA]
RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteRule ^wp-admin(.+) /index.php?wph-throw-404 [L]
</IfModule>
# END WP Hide & Security Enhancer