0

I've deployed application in http://app.jelasticloud.com/ .

Application has file structure:

- www
-- vendors
--- moaction
---- moaction
--- twig
---- twig

The problem is that folders www/vendors/moaction/moaction and www/vendors/twig/twig are not accessible via file browser.

Sandesh
  • 1,190
  • 3
  • 23
  • 41
mot
  • 115
  • 1
  • 7

1 Answers1

0

How did you deploy the application? From zip/tar, FTP, git etc.? If FTP, did you modify chmod - the problem may be that the Jelastic dashboard doesn't have read permissions there due to chmod values.

Alternatively it could be caused by browser cache; did you try logout/login again?

What did your hosting provider's support say about the issue? They can see the details at the server level to verify any issue at that side...

Damien - Layershift
  • 1,508
  • 8
  • 15
  • The problem is when subfolder has the same name as his parent. If I change parent folder name, I can access subfolder. – mot Dec 24 '13 at 15:46
  • I've contacted provider support (no answer at this moment), but for me it looks like upstream's (jelastic) issue. – mot Dec 24 '13 at 16:00