All pastes #568716 Raw Edit

Untitled

public text v1 · immutable
#568716 ·published 2007-06-15 17:43 UTC
rendered paste body
It was
RewriteBase /
RewriteCond %{HTTP_HOST} ^msl37.org$      [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ http://www.msl37.org/$1 [L,R]

It is
RewriteBase /
RewriteCond %{HTTP_HOST} ^msl37.org$      [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d [OR]
RewriteCond %{REQUEST_URI} /
RewriteRule ^.*$ http://www.msl37.org/$1 [L,R]