Jump to content

Edit History

prestol

prestol

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

 

 

 

 

prestol

prestol

Hello

when installing prestashop in VPS, what is the correct folder structure to the application should be installed under?

 

1)

/var/www/html/

/var/log/

/var/cache/

 

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

 

 

 

 

prestol

prestol

Hello

when installing prestashop in VPS, what is the correct folder structure to the application should be installed under?

 

1)

/var/www/html/

var/log/

var/cache

 

or

 

2)

/var/www/html/

/var/www/html/var/log

var/www/html/var/cache

 

×
×
  • Create New...