ColoredCow / ColoredCow/wordpress-init
Readme content for creating a Virtual Host.
Aperta
- Lingua principale
- PHP
- Stelle
- 4
- Fork
- 5
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Replace the following lines from wp-config-sample.php
```
if (WP_ENVIRONMENT == 'Production') {
define('WP_ROOT', '');
} elseif (WP_ENVIRONMENT == 'Development') {
define('WP_ROOT', '/put_your_project_name_here/public');
}
```
Replace the above content by
```
define('WP_ROOT', '');
```
Making vhost should be a mandate.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.