| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン |
| windows:iis7_fuelphp [2019/02/16 22:17] – ともやん | windows:iis7_fuelphp [2024/03/27 10:52] (現在) – [mysqli モジュールを有効化] ともやん |
|---|
| <ifauth !@loggedinusers><html> | |
| <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> | |
| <script> | |
| (adsbygoogle = window.adsbygoogle || []).push({ | |
| google_ad_client: "ca-pub-0791334967460971", | |
| enable_page_level_ads: true | |
| }); | |
| </script></html></ifauth> | |
| ====== Windows IIS7.5 で FuelPHP を動かす ====== | ====== Windows IIS7.5 で FuelPHP を動かす ====== |
| |
| ==== mysqli モジュールを有効化 ==== | ==== mysqli モジュールを有効化 ==== |
| - C:\php-5.4.8-nts\php.ini の Dynamic Extensions を設定する。 | - C:\php-5.4.8-nts\php.ini の Dynamic Extensions を設定する。 |
| <sxh php> | <code php> |
| ;extension=php_mysqli.dll | ;extension=php_mysqli.dll |
| extension=ext/php_mysqli.dll | extension=ext/php_mysqli.dll |
| </sxh> | </code> |
| - IIS マネージャー の「アプリケーション プール」を開いて FuelAppPool をリサイクルする。\\ {{:windows:windows_iis7_apppool_recycle_001.png?400|}} | - IIS マネージャー の「アプリケーション プール」を開いて FuelAppPool をリサイクルする。\\ {{:windows:windows_iis7_apppool_recycle_001.png?400|}} |
| |
| [[http://teru2-bo2.blogspot.jp/2012/06/modrewriteurl-rewrite.html|mod_rewriteとurl rewrite : てるてる坊主]]\\ | [[http://teru2-bo2.blogspot.jp/2012/06/modrewriteurl-rewrite.html|mod_rewriteとurl rewrite : てるてる坊主]]\\ |
| [[http://www.microsoft.com/ja-jp/download/details.aspx?id=7435|Download: URL Rewrite Module 2.0 for IIS 7 (x64) - Microsoft Download Center - Download Details]]\\ | [[http://www.microsoft.com/ja-jp/download/details.aspx?id=7435|Download: URL Rewrite Module 2.0 for IIS 7 (x64) - Microsoft Download Center - Download Details]]\\ |
| \\ | |
| <ifauth !@loggedinusers><html> | |
| <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> | |
| <script> | |
| (adsbygoogle = window.adsbygoogle || []).push({ | |
| google_ad_client: "ca-pub-0791334967460971", | |
| enable_page_level_ads: true | |
| }); | |
| </script></html></ifauth> | |
| |