90bbb365 by Yokihito Oki

gitignoreをアクセス不可に修正

1 parent 4da3dce2
...@@ -68,6 +68,9 @@ RewriteBase / ...@@ -68,6 +68,9 @@ RewriteBase /
68 RewriteCond %{HTTP_HOST} ^18\.178\.92\.128$ [NC] 68 RewriteCond %{HTTP_HOST} ^18\.178\.92\.128$ [NC]
69 RewriteRule .* https://www.nifs-k.ac.jp%{REQUEST_URI} [R=302,L] 69 RewriteRule .* https://www.nifs-k.ac.jp%{REQUEST_URI} [R=302,L]
70 70
71 # 20200809 gitignore アクセス禁止
72 RedirectMatch 404 /\.git
73
71 <IfModule mod_siteguard.c> 74 <IfModule mod_siteguard.c>
72 SiteGuard_User_ExcludeSig ip(202.95.45.168) 75 SiteGuard_User_ExcludeSig ip(202.95.45.168)
73 SiteGuard_User_ExcludeSig ip(202.24.160.0/21) 76 SiteGuard_User_ExcludeSig ip(202.24.160.0/21)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!