Skip to content

Readme content for creating a Virtual Host. #2

Open
@rathorevaibhav

Description

@rathorevaibhav

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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions