#SSIを有効に
AddHandler server-parsed .shtml 
AddHandler server-parsed .html 
AddHandler server-parsed .htm 
AddHandler server-parsed .cgi
AddType text/html .shtml .html .php
AddOutputFilter INCLUDES .shtml .html .php

#PHPを有効に
AddHandler myphp-script .html
Action myphp-script /moltech/php.cgi

#CGIを有効に
AddHandler cgi-script .cgi 

#htcファイルを有効に
AddType text/x-component .htc

#BASIC認証を有効に
#AuthUserFile /home/molarch/www/initiative/moltech/.htpasswd
#AuthGroupFile /dev/null
#AuthName "Basic"
#AuthType Basic
#require valid-user

#クローラー拒否
SetEnvIf User-Agent "Googlebot" shutout
SetEnvIf User-Agent "Slurp" shutout
SetEnvIf User-Agent "msnbot" shutout
 
order Allow,Deny
Allow from all
Deny from env=shutout

ErrorDocument 404 /404.html

# BEGIN WordPress

# END WordPress
