ホーム > 未分類 > xampplite インストール

xampplite インストール

ダウンロード
http://www.apachefriends.org/jp/xampp-windows.html

php.ini修正 (\\xampp\php\php.ini)
——————————————————–
output_buffering = Off
; default_charset = EUC-JP
mbstring.language = Japanese
mbstring.encoding_translation = off
mbstring.http_input = pass
mbstring.http_output = pass
mbstring.internal_encoding = SJIS
mbstring.substitute_character = none
mbstring.detect_order = SJIS,EUC-JP,JIS,UTF-8,ASCII
——————————————————–
Oracleなどから受ける文字コードはwindows環境変数にて設定
SJISで受け取る場合
 変数名 NLS_LANG
 変数 Japanese_Japan.JA16SJIS
——————————————————–
①\\xampp\setup_xampp.batを実行して設定、パスを更新
②\\xampp\xampp-control.exeを実行してXAMPPを起動
③Apache [Start]ボタンを押してボタンの左横にRunningの文字が表示されれば起動
④http://localhost/ (http://127.0.0.1/)でWEB画面を表示、ファイルルートは\htdocs

カテゴリー: 未分類 タグ:
  1. コメントはまだありません。
  1. トラックバックはまだありません。