ColoredCow / ColoredCow/wordpress-init

Readme content for creating a Virtual Host.

Open
#2 0 comments 0 reactions 1 assignee Claimed by @rathorevaibhav View on GitHub
Dominant language
PHP
Stars
4
Forks
5
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.