【ディレクトリ構成例】 public_html (ホームディレクトリ)
|
+-- patio /
| patio.cgi [705]
| admin.cgi [705]
| regist.cgi [705]
| read.cgi [705]
| init.cgi [604]
| note.html (*)
|
+-- lib /
| jcode.pl [604]
| find.pl [604]
| check.pl [604]
| edit_log.pl [604]
| upload.pl [604]
|
+-- data /
| index1.log [606]
| index2.log [606]
| memdata.cgi [606]
|
+-- log [707] /
|
+-- ses [707] /
|
+-- upl [707] / (*)
|
+-- img / *.gif (*)
(*)
HTML及び画像ファイルを置くことのできるディレクトリに設置します。 (CGIファイルとHTMLファイルを置くディレクトリが分かれるプロバイダでは注意)
|