0

I connected to an php application on openshift with winscp but I can not find folder with index.php.

Does anyone have any idea where it is located??

Lucas03
  • 2,267
  • 2
  • 32
  • 60
Oana Andone
  • 661
  • 2
  • 7
  • 13

2 Answers2

1

check app-root/runtime/repo/ and directories inside it. I do not use php, but my python app is in app-root/runtime/repo/wsgi/app-name/.

Lucas03
  • 2,267
  • 2
  • 32
  • 60
0

You must read Global variables in openshift

OPENSHIFT_HOMEDIR The home directory of the application.

If you want to access from an specific programming language, I could improve my answer.

Ricardo
  • 7,921
  • 14
  • 64
  • 111