Showing 1 changed files with 8 additions and 0 deletions
+8
gitprep-site/.htaccess
... ...
@@ -0,0 +1,8 @@
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]