dim9s/Daz3d
Blender
Daz3D
Unity
C#
Draft
Home
Draft
xampp で、localhost からのアクセスだけを許可する
xampp で、localhost からのアクセスだけを許可する
.htaccess に Allow/Deny を書く方法だとうまくいかなかったので、以下のように書いてみたところ機能した。
Require ip 127.0.0.1 Require ip ::1