# BEGIN HMWP_RULES
RewriteEngine On
RewriteRule ^([_0-9a-zA-Z-]+/)?mlebuadmin/(.*) /wp-admin/$2 [QSA,L]
RewriteRule ^([_0-9a-zA-Z-]+/)?core/modules/90533f4afa/(.*) /wp-content/plugins/add-widget-after-content/$2 [QSA,L]
RewriteRule ^([_0-9a-zA-Z-]+/)?core/modules/aae1153a78/(.*) /wp-content/plugins/admin-menu-editor/$2 [QSA,L]
RewriteRule ^([_0-9a-zA-Z-]+/)?core/modules/1f0fda2e0a/(.*) /wp-content/plugins/automatic-translator-addon-for-loco-translate/$2 [QSA,L]
RewriteRule ^([_0-9a-zA-Z-]+/)?core/modules/8707efa35f/(.*) /wp-content/plugins/duplicate-page/$2 [QSA,L]
RewriteRule ^([_0-9a-zA-Z-]+/)?core/modules/f65f29574d/(.*) /wp-content/plugins/elementor/$2 [QSA,L]
RewriteRule ^([_0-9a-zA-Z-]+/)?core/modules/ee3d367a9e/(.*) /wp-content/plugins/elementskit-lite/$2 [QSA,L]
RewriteRule ^([_0-9a-zA-Z-]+/)?core/modules/b68f01a035/(.*) /wp-content/plugins/hash-elements/$2 [QSA,L]
RewriteRule ^([_0-9a-zA-Z-]+/)?core/modules/19264a84a8/(.*) /wp-content/plugins/header-footer-elementor/$2 [QSA,L]
RewriteRule ^([_0-9a-zA-Z-]+/)?core/modules/d0f4711431/(.*) /wp-content/plugins/hide-my-wp/$2 [QSA,L]
RewriteRule ^([_0-9a-zA-Z-]+/)?core/modules/32a82a95e5/(.*) /wp-content/plugins/insert-headers-and-footers/$2 [QSA,L]
RewriteRule ^([_0-9a-zA-Z-]+/)?core/modules/85e5f69829/(.*) /wp-content/plugins/loco-translate/$2 [QSA,L]
RewriteRule ^([_0-9a-zA-Z-]+/)?core/modules/74aedb8b43/(.*) /wp-content/plugins/meks-time-ago/$2 [QSA,L]
RewriteRule ^([_0-9a-zA-Z-]+/)?core/modules/5ba54fbe53/(.*) /wp-content/plugins/social-pug/$2 [QSA,L]
RewriteRule ^([_0-9a-zA-Z-]+/)?core/modules/2c313b7ac5/(.*) /wp-content/plugins/under-construction-page/$2 [QSA,L]
RewriteRule ^([_0-9a-zA-Z-]+/)?core/modules/b3b0271c03/(.*) /wp-content/plugins/wp-date-and-time-shortcode/$2 [QSA,L]
RewriteRule ^([_0-9a-zA-Z-]+/)?core/modules/c313883c11/(.*) /wp-content/plugins/wp-optimize/$2 [QSA,L]
RewriteRule ^([_0-9a-zA-Z-]+/)?core/modules/197659ed14/(.*) /wp-content/plugins/wp-user-manager/$2 [QSA,L]
RewriteRule ^([_0-9a-zA-Z-]+/)?core/modules/90237eb2ae/(.*) /wp-content/plugins/wpadcenter/$2 [QSA,L]
RewriteRule ^([_0-9a-zA-Z-]+/)?core/modules/1f02ccaf90/(.*) /wp-content/plugins/wpdiscuz/$2 [QSA,L]
RewriteRule ^([_0-9a-zA-Z-]+/)?core/modules/(.*) /wp-content/plugins/$2 [QSA,L]
RewriteRule ^([_0-9a-zA-Z-]+/)?core/views/b2ed28b380/design.css$ /wp-content/themes/ialert/style.css [QSA,L]
RewriteRule ^([_0-9a-zA-Z-]+/)?core/views/b2ed28b380/(.*) /wp-content/themes/ialert/$2 [QSA,L]
RewriteRule ^([_0-9a-zA-Z-]+/)?core/views/51a12ba5b2/design.css$ /wp-content/themes/twentytwentyfour/style.css [QSA,L]
RewriteRule ^([_0-9a-zA-Z-]+/)?core/views/51a12ba5b2/(.*) /wp-content/themes/twentytwentyfour/$2 [QSA,L]
RewriteRule ^([_0-9a-zA-Z-]+/)?core/views/a37e87dcf0/design.css$ /wp-content/themes/twentytwentythree/style.css [QSA,L]
RewriteRule ^([_0-9a-zA-Z-]+/)?core/views/a37e87dcf0/(.*) /wp-content/themes/twentytwentythree/$2 [QSA,L]
RewriteRule ^([_0-9a-zA-Z-]+/)?core/views/(.*) /wp-content/themes/$2 [QSA,L]
RewriteRule ^([_0-9a-zA-Z-]+/)?storage/(.*) /wp-content/uploads/$2 [QSA,L]
RewriteRule ^([_0-9a-zA-Z-]+/)?core/(.*) /wp-content/$2 [QSA,L]
RewriteRule ^([_0-9a-zA-Z-]+/)?lib/(.*) /wp-includes/$2 [QSA,L]
RewriteRule ^([_0-9a-zA-Z-]+/)?comments/(.*) /wp-comments-post.php$2 [QSA,L]
RewriteRule ^([_0-9a-zA-Z-]+/)?writer/(.*) /author/$2 [QSA,L]
# END HMWP_RULES
# BEGIN HMWP_VULNERABILITY
Header always unset x-powered-by
Header always unset server
ServerSignature Off
Header set Strict-Transport-Security "max-age=15768000;includeSubdomains"
Header set Content-Security-Policy "object-src 'none'"
Header set X-XSS-Protection "1; mode=block"
# END HMWP_VULNERABILITY
# BEGIN WP Hide & Security Enhancer
# 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.
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]
# END WordPress