pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
usiTwiSlave.h
C | 0 sec ago
How do I detect if I'm ...
2 sec ago
Untitled
4 sec ago
Untitled
7 sec ago
Amazing Artwork & GFX
15 sec ago
Untitled
10 sec ago
Untitled
13 sec ago
Untitled
17 sec ago
Layout Width
Share Pastebin
Untitled
By: a guest | Mar 21st, 2010 | Syntax:
None
| Size: 0.16 KB | Hits: 64 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{http_host} ^trulyfamous.com [nc]
RewriteRule ^(.*)$ http://www.trulyfamous.com/$1 [r=301,nc]
</IfModule>
create new paste
|
create new version of this paste
RAW Paste Data
<IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{http_host} ^trulyfamous.com [nc] RewriteRule ^(.*)$ http://www.trulyfamous.com/$1 [r=301,nc] </IfModule>