God3

htaccessファイルの主な記述

htaccessファイルの主な記述内容を下に記す。

metaタグ 内容
order deny,allow
deny from all
allow from 240.133.3.39
IPアドレス 240.133.3.39 のみからアクセスを許容する
DirectoryIndex index.php index.html デフォルトページを設定する
AddType application/x-httpd-php .ccc
AddHandler fcgid-script .ccc
AddHandler x-httpd-php .ccc
.ccc拡張子でphpファイルを実行する
(おそらく左の何れか1行で可である)
RewriteRule ^index\.html$ http://www.example.com/ [R=301] 別のURLにリダイレクトする