Hello
when installing prestashop in VPS, what is the correct folder structure to the application should be installed under?
1)
/var/
├── bootstrap.php.cache
├── cache
│ ├── dev
│ └── prod
├── logs
│ ├── 20190730_exception.log
│ ├── 20190802_exception.log
│ ├── 20190803_exception.log
│ ├── dev.log
│ └── prod.log
├── sessions
├── SymfonyRequirements.php
└── tree.txt
or
2)
/var/www/html/var/
├── bootstrap.php.cache
├── cache
│ ├── dev
│ └── prod
├── logs
│ ├── 20190730_exception.log
│ ├── 20190802_exception.log
│ ├── 20190803_exception.log
│ ├── dev.log
│ └── prod.log
├── sessions
├── SymfonyRequirements.php
└── tree.txt