• ベストアンサー

ローカルでPHPファイルが実行されません

http://localhost/test.php <?php phpinfo(); ?> 見ると、タグがそのまま表示されてしまい、実行されません。 何を直せばローカルでも動くようになりますか? Win8.1 アパッチインストール済 サーバー上にアップしてみると、きちんと動作確認できます。 文字コードUTF-8 BOMなし ・・でもアップする前にローカルで確認したいんです。 php.ini ファイルがないのが原因でしょうか。 詳しい方、よろしくお願い致します。

質問者が選んだベストアンサー

  • ベストアンサー
  • LancerVII
  • ベストアンサー率51% (1060/2054)
回答No.3

こんにちは。 Error: Apache shutdown unexpectedly. 14:53:12 [Apache] This may be due to a blocked port, missing dependencies, 14:53:12 [Apache] improper privileges, a crash, or a shutdown by another method. 14:53:12 [Apache] Press the Logs button to view error logs and check 14:53:12 [Apache] the Windows Event Viewer for more clues 14:53:12 [Apache] If you need more help, copy and post this 14:53:12 [Apache] entire log window on the forums エラーメッセージをそのまま検索すれば答えはすぐ見つかると思いますよ。 ポートの競合が起きてるんでは? 通常Webサーバは80ポートを利用します。 Skypeが入って起動していませんか?Skypeは80ポートを利用します。

u2122
質問者

お礼

出来ました! ポート番号を変更したらちゃんとPHPファイルが実行されました。 朝からずーっともんもんとしていたので、 出来て良かったです^^ 重ねてアドバイス頂きありがとうございました! これでPHPの勉強が出来ます(笑) 心よりお礼申し上げます。

その他の回答 (2)

  • yambejp
  • ベストアンサー率51% (3827/7415)
回答No.2

とりあえずXAMMPなど、ローカルサーバーを作るのが一番らく

u2122
質問者

補足

早々とご回答くださいましてありがとうございます! XAMMPインストールしました。 回答下さりありあとうございました

  • LancerVII
  • ベストアンサー率51% (1060/2054)
回答No.1

こんにちは。 apacheをインストールしただけではただWebサーバが動作するだけです。 phpもセットアップする必要があります。 xamppでセットアップするのが手っ取り早いと思いますよ。 https://www.apachefriends.org/jp/download_success.html

u2122
質問者

補足

早々とご回答いただきありがとうございます! さっそくxamppインストールしてアパッチを起動? しようとしたらエラーが吐き出されました。 Error: Apache shutdown unexpectedly. 14:53:12 [Apache] This may be due to a blocked port, missing dependencies, 14:53:12 [Apache] improper privileges, a crash, or a shutdown by another method. 14:53:12 [Apache] Press the Logs button to view error logs and check 14:53:12 [Apache] the Windows Event Viewer for more clues 14:53:12 [Apache] If you need more help, copy and post this 14:53:12 [Apache] entire log window on the forums ・・・・何が原因でしょうか。 すみません、わかりましたらご教授下さい

関連するQ&A