## Rewrite requests from theislamsite.com > theislamsite.com/muslims
RewriteEngine On
## If this is an addon domain or otherwise NOT in your web root,
## change the RewriteBase below to point to the right directory
RewriteBase /
## If you want the redirect to be invisible
## (aka the content loads but the browser still shows just theislamsite.com),
## uncomment the following line
#RewriteRule ^/*$ /muslims [L,QSA]
## If you want the redirect to be visible
## (aka the browser is redirected to the site theislamsite.com/muslims),
## uncomment the following line
#RewriteRule ^/*$ http://theislamsite.com/muslims [R=301,L,QSA]