All pastes #44585 Raw Edit

Stuff

public text v1 · immutable
#44585 ·published 2006-03-05 20:11 UTC
rendered paste body
RewriteEngine On
Options +FollowSymlinks
RewriteBase /
RewriteCond %{HTTP_HOST} subdomain.domain.com
RewriteCond %{REQUEST_URI} !subdomain/
RewriteRule ^(.*)$ subdomain/$1 [L]