diff --git a/api/index.html b/api/index.html
index e69de29..ee8508d 100644
--- a/api/index.html
+++ b/api/index.html
@@ -0,0 +1 @@
+Access Denied
\ No newline at end of file
diff --git a/config/default_config.php b/config/default_config.php
index 5219042..1f9c5ed 100644
--- a/config/default_config.php
+++ b/config/default_config.php
@@ -15,10 +15,10 @@
$config["session"]["keep_login"] = true; //If set to false, the cookie expire at the end of the session.
$config["session"]["expire"] = 30; //unit: days; If keep_login==false, the expire time in db is still set to it.
$config["session"]["cookie_path"] = "/";
-$config["session"]["cookie_domain"] = ".tfcis.org";
+$config["session"]["cookie_domain"] = ".tfcis.org"; //Hint: If you want to set cookie on localhost, use false or empty string.
# site
-$config["site"]["available_domain"] = ["/.{0,}tfcis.org$/"];
+$config["site"]["available_domain"] = ["/.*tfcis.org$/"];
@include_once('config.php');
diff --git a/install/index.html b/install/index.html
index e69de29..ee8508d 100644
--- a/install/index.html
+++ b/install/index.html
@@ -0,0 +1 @@
+Access Denied
\ No newline at end of file
diff --git a/template/index.html b/template/index.html
index e69de29..ee8508d 100644
--- a/template/index.html
+++ b/template/index.html
@@ -0,0 +1 @@
+Access Denied
\ No newline at end of file