RewriteEngine on RewriteCond %{REQUEST_URI} !^/_wpez/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /_wpez/$1 RewriteCond %{HTTP_HOST} ^(www.)?www.healinghandsofloveministries.net$ [NC] RewriteRule ^(/)?$ _wpez/index.php [L] ErrorDocument 404 /_wpez/index.php?error=404 #BEGIN 301 Redirects RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} !^www.healinghandsofloveministries.net$ [NC] RewriteRule ^(.*)$ http://www.healinghandsofloveministries.net/$1 RewriteEngine On RewriteBase /index.php #END 301 Redirects