Forum Moderators: phranque
# I inserted these two lines
RewriteEngine On
RewriteBase /
# I also inserted these two lines
RewriteCond %{REQUEST_URI} =payclerk.com
RewriteRule ^ /niches/payclerk-payroll/ [R=301]
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress