# Block people seeing the htaccess file
order deny,allow
deny from all
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www.merybracho.blogspot.com$
RewriteRule ^(.*)$ http://www.merybracho.blogspot.com/$1 [R=301] # Protect the htaccess fileorder allow,deny deny from all
#Facebook Redirect For Added String
RewriteCond %{QUERY_STRING} ^fb_xd_fragment=.*$
RewriteRule ^(.*)$ http://www.merybracho.blogspot.com/$1? [R=301,L]
RewriteCond %{HTTP_HOST} !^www.merybracho.blogspot.com$
RewriteRule ^(.*)$ http://www.merybracho.blogspot.com/$1 [R=301] # Protect the htaccess file