Newer Older
8 lines | 0.243kb
add gitprep site htaccess fi...
Yuki Kimoto authored on 2013-08-29
1
DirectoryIndex index.html
2

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

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