# BEGIN WP Hide & Security Enhancer
 
<IfModule mod_rewrite.c> 
RewriteEngine On 
RewriteBase / 
RewriteRule .* - [E=WPH_REWRITE_1:43a5c37b]

RewriteCond %{ENV:REDIRECT_STATUS} 200
RewriteRule ^ - [L]

RewriteRule ^laravel-content/themes/twentytwenty/style.css /wp-content/plugins/wp-hide-security-enhancer-pro/router/file-process.php?action=style-clean&file_path=/wp-content/themes/twentytwenty/style.css&blog_id=1 [END,QSA]

RewriteRule ^laravel-content/themes/twentynineteen/style.css /wp-content/plugins/wp-hide-security-enhancer-pro/router/file-process.php?action=style-clean&file_path=/wp-content/themes/twentynineteen/style.css&blog_id=1 [END,QSA]

RewriteRule ^laravel-content/themes/twentytwentyone/style.css /wp-content/plugins/wp-hide-security-enhancer-pro/router/file-process.php?action=style-clean&file_path=/wp-content/themes/twentytwentyone/style.css&blog_id=1 [END,QSA]

RewriteRule ^laravel-content/themes/twentyseventeen/style.css /wp-content/plugins/wp-hide-security-enhancer-pro/router/file-process.php?action=style-clean&file_path=/wp-content/themes/twentyseventeen/style.css&blog_id=1 [END,QSA]

RewriteRule ^lcdesigns032-child/php-style-file.css /wp-content/themes/seofy-child/style.css [END,QSA]

RewriteRule ^lcdesigns032/child-php-style-file.css /wp-content/themes/seofy/style.css [END,QSA]

RewriteRule ^lcdesigns032-child/(.+) /wp-content/themes/seofy-child/$1 [END,QSA]

RewriteRule ^lcdesigns032/(.+) /wp-content/themes/seofy/$1 [END,QSA]

RewriteRule ^laravel/captcha/(.+) /wp-content/plugins/advanced-nocaptcha-recaptcha/$1 [END,QSA]
RewriteRule ^modules/new-path/(.+) /wp-content/plugins/aryo-activity-log/$1 [END,QSA]
RewriteRule ^modules/laravel-contact-form/(.+) /wp-content/plugins/contact-form-7/$1 [END,QSA]
RewriteRule ^modules/laravel-page-builder-extention/(.+) /wp-content/plugins/js_composer/$1 [END,QSA]
RewriteRule ^modules/laravel_cached/(.+) /wp-content/plugins/nitropack/$1 [END,QSA]
RewriteRule ^modules/lcdesigns032-core/(.+) /wp-content/plugins/seofy-core/$1 [END,QSA]
RewriteRule ^modules/live-chat/(.+) /wp-content/plugins/tawkto-live-chat/$1 [END,QSA]
RewriteRule ^modules/lc-payment-gateway/(.+) /wp-content/plugins/wc-paymongo-payment-gateway/$1 [END,QSA]
RewriteRule ^modules/lc-subscriptions/(.+) /wp-content/plugins/woocommerce-subscriptions/$1 [END,QSA]
RewriteRule ^modules/laravel-ecemmerce/(.+) /wp-content/plugins/woocommerce/$1 [END,QSA]
RewriteRule ^modules/domain-registration/(.+) /wp-content/plugins/wp-domain-checker/$1 [END,QSA]
RewriteRule ^modules/lcseo-pro/(.+) /wp-content/plugins/wp-seopress-pro/$1 [END,QSA]
RewriteRule ^modules/lcseo/(.+) /wp-content/plugins/wp-seopress/$1 [END,QSA]
RewriteRule ^my-apps/(.+) /wp-content/plugins/$1 [END,QSA]

RewriteRule ^wp-content/plugins(.+) /index.php?wph-throw-404 [END]

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

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

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

RewriteRule ^lcdesigns(.*) /wp-login.php$1 [END,QSA]

RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteRule ^wp-login.php /index.php?wph-throw-404 [END]
</IfModule> 
 

# END WP Hide & Security Enhancer

# 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 /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress