FrontPage

order deny,allow

#KORNET-IDC
deny from 61.78.59.0/255.255.249.0
#naver.co.jp/naver.com
deny from 202.234.172.0/25
deny from 219.163.205.160/27
deny from 218.145.25.0/24
deny from 220.73.165.0/255.255.253.0
#KORNET
#deny from 218.144.0.0/255.240.0.0
#deny from 220.72.0.0/255.224.0.0

#openBot
deny from 210.201.54.200/28
#Loki
deny from 202.229.31.50 

BrowserMatch Googlebot robot=1
BrowserMatch slurp@inktomi robot=1
BrowserMatch WISEnutbot robot=1
BrowserMatch Scooter robot=1
BrowserMatch ZyBorg robot=1
BrowserMatch SideWinder robot=1
BrowserMatch almaden.ibm.com robot=1
BrowserMatch ia_archiver robot=1


<Files ~ "^[0-9]{8}.html$">
order allow,deny
allow from all
deny from env=robot
</Files>

<Files tb.cgi>
	order allow,deny
	allow from all
	deny from env=robot
</Files>

<Files ".*">
	deny from all
</Files>

<Files "tdiary.*">
	deny from all
</Files>

<Files update.cgi>
	AuthName      tDiary
	AuthType      Basic
	AuthUserFile  PasswordFile
	Require valid-user
</Files>

RewriteEngine on
RewriteRule ^([0-9]+)\.html$ index.cgi?date=$1

トップ   差分 バックアップ リロード   一覧 単語検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2014-07-01 (火) 03:02:02 (3586d)