差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| windows:iis7_fuelphp [2013/05/26 08:01] – ともやん | windows:iis7_fuelphp [2024/03/27 10:52] (現在) – [mysqli モジュールを有効化] ともやん | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| - | <ifauth !@LoggedinUsers>< | ||
| - | <script type=" | ||
| - | google_ad_client = " | ||
| - | /* big-barner */ | ||
| - | google_ad_slot = " | ||
| - | google_ad_width = 728; | ||
| - | google_ad_height = 90; | ||
| - | //--> | ||
| - | </ | ||
| - | <script type=" | ||
| - | src=" | ||
| - | </ | ||
| - | </ | ||
| - | |||
| ====== Windows IIS7.5 で FuelPHP を動かす ====== | ====== Windows IIS7.5 で FuelPHP を動かす ====== | ||
| 行 69: | 行 55: | ||
| ==== mysqli モジュールを有効化 ==== | ==== mysqli モジュールを有効化 ==== | ||
| - C: | - C: | ||
| - | <sxh php> | + | <code php> |
| ; | ; | ||
| extension=ext/ | extension=ext/ | ||
| - | </sxh> | + | </code> |
| - IIS マネージャー の「アプリケーション プール」を開いて FuelAppPool をリサイクルする。\\ {{: | - IIS マネージャー の「アプリケーション プール」を開いて FuelAppPool をリサイクルする。\\ {{: | ||
| + | |||
| ===== 参考文献 ===== | ===== 参考文献 ===== | ||
| [[http:// | [[http:// | ||
| [[http:// | [[http:// | ||
| - | \\ | + | |
| - | <ifauth !@LoggedinUsers>< | + | |
| - | <script type=" | + | |
| - | google_ad_client = " | + | |
| - | /* big-barner */ | + | |
| - | google_ad_slot = " | + | |
| - | google_ad_width = 728; | + | |
| - | google_ad_height = 90; | + | |
| - | //--> | + | |
| - | </ | + | |
| - | <script type=" | + | |
| - | src=" | + | |
| - | </ | + | |
| - | </ | + | |