Current File : /home/lifechur/testblog.lifechurchboston.org/.htaccess~
# BEGIN WordPress
#<IfModule mod_rewrite.c>
RewriteEngine On
#RewriteBase /test/
#RewriteRule ^index\.php$ - [L]
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule . /test/index.php [L]
#RewriteRule ^/(.+) http://blogs.lifechurchboston.org/test/$1 [R,L]
RewriteRule ^/(.+)$ http://lifechurchboston.org/ [R,L]
#</IfModule>

# END WordPress