Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 21st, 2010 | Syntax: None | Size: 0.16 KB | Hits: 64 | Expires: Never
Copy text to clipboard
  1. <IfModule mod_rewrite.c>
  2.         RewriteEngine on
  3.         RewriteCond %{http_host} ^trulyfamous.com [nc]
  4.         RewriteRule ^(.*)$ http://www.trulyfamous.com/$1 [r=301,nc]
  5. </IfModule>