changeset 53:af24fff83d30 draft

add dot.htaccess
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 21 Jun 2012 22:07:51 +0900
parents aabea703dbd5
children bcb4a41a43b5
files dot.htaccess
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dot.htaccess	Thu Jun 21 22:07:51 2012 +0900
@@ -0,0 +1,9 @@
+DirectoryIndex  after5.cgi
+<Files ~ ".*">
+ Order Allow,Deny
+ Deny from all
+</Files>
+<Files ~ "^$|\.cgi$|\.css$|\.png$">
+ Order Allow,Deny
+ Allow from all
+</Files>

yatex.org