3b62c2f 10 years ago
1 contributor
8 lines | 0.243kb
DirectoryIndex index.html

RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\.gitprep\.org
RewriteRule (.*) http://gitprep.org/$1 [R=301,L]

RewriteCond %{HTTP_HOST} perlcodesample\.sakura\.ne\.jp
RewriteRule (.*) http://gitprep.org/$1 [R=301,L]