• 締切済み

iswebライトでBasic認証を設置したい

iswebライトに登録し、HPを作成しているのですが FTPによるディレクトリの階層が原因なのか、そもそもファイル名が問題なのか素人のため全くわかりません・・。 Blog程度であれば理解できていたのですが、今回Basic認証を設置したくHPを開設したく悩んでおります。 イメージとしては index.htmlより【会員専用ページ】をクリック後、 Basic認証でIDとPASSWORDを入力し、(以下よりどのリンク先も会員にしかみられないようにする)OKだったら menu.htmlに飛ばし、各メニューよりリンク先へいくようにするには index.html isweb_.htpasswd isweb_.htaccess private(フォルダ)  →menu.html   ・   ・   ・ などのディレクトリにすればよいのでしょうか? index.htmlに下記のHTMLソースを使用していますが OKだった場合とNGだった場合の処理後がうまくできません。 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <HEAD> <META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 13.0.1.0 Trial for Windows"> <META http-equiv="Content-Type" content="text/html; charset=Shift_JIS"> <META http-equiv="Content-Style-Type" content="text/css"> <META name="IBM:HPB-Input-Mode" content="mode/flm; pagewidth=750; pageheight=900"> <TITLE>Username and Password RequiredUsername and Password RequiredOKOKOK</TITLE> </HEAD> <BODY id="top"> <DIV style="width : 711px;height : 20px;top : 162px;left : 8px; position : absolute; z-index : 5; " id="Layer2" align="center"> <h3>Username and Password Required</h3> </DIV> <DIV style="width : 711px;height : 17px;top : 235px;left : 8px; position : absolute; z-index : 3; " id="Layer4" align="center"></DIV> <DIV style="width : 711px;height : 81px;top : 270px;left : 8px; position : absolute; z-index : 2; " id="Layer5" align="center"> <form method=$method action="$ENV{'SCRIPT_NAME'}"> <table border=0> <tr> <td>Username(ID):</td> <td><input type=text name="username" size=30></td> </tr><tr> <td>Password:</td> <td><input type=password name="password" size=30></td> </tr> </table> <p><input type=submit value=" O K "> <input type=reset value="Cancel"> </form> </DIV> <DIV style="width : 711px;height : 17px;top : 369px;left : 8px; position : absolute; z-index : 1; " id="Layer6" align="center"></DIV> </BODY> </HTML> Okだった場合は、menu.htmlにいくようにするには どんなコードを追加すればよいのでしょうか・・。 説明が下手ですみませんorz

みんなの回答

  • quinny
  • ベストアンサー率57% (8/14)
回答No.1

昨年までiswebライトを使用していました。 確か、.htaccessはiswebベーシックでしか使えなかったと思い、ヘルプを検索したところ、ヘルプページではiswebベーシックでの説明しかありませんでした。 ですから、ライトではできないのでは?

参考URL:
http://isweb.www.infoseek.co.jp/info/iwb_spec.html#05
Anelachan
質問者

お礼

お返事ありがとうございました 。・゜・(ノ∀`)・゜・。 ヘルプには有料のベーシックでしかだめって書いてありましたねorz 他の有料サーバーにしたところ設置がうまくいきました。 ありがとうございます^^

関連するQ&A