前提・実現したいこと
.phpファイルをブラウザでプレビューを行いたい
発生している問題・エラーメッセージ
エラーメッセージ
Oops
No application seems to be running here!
AWS Cloud9 can't get you to your requested environment. Here are some suggestions on how to figure out what's going on:
Check that you have access to your environment and are signed into AWS Cloud9 for the environment.
Check that the server is successfully running on AWS Cloud9:
If the server hit an error, the output window will have a message telling you what it is.
If you're in the middle of debugging code, your server might be paused right now.
The server might be running on a different port; make sure it runs on port 8080.
該当のソースコード
php
<?php print 'Hello world'; ?>試したこと
AWS cloud9 IDE上で、右上の「RUN」を押してから左の「Preview」
「Preview running Apprication」をクリックしましたが、
ブラウザでのプレビューができません。
ここに問題に対して試したことを記載してください。
https://www.simpletraveler.jp/2019/08/18/setup-environment-phplaravel-aws-cloud9/
ここを見ながらターミナルでバージョンをあげるコードを入力しました。
補足情報(FW/ツールのバージョンなど)
回答1件
あなたの回答
tips
プレビュー