"wp-config.php" file and enter the DB details to wordpress-core folder. • Now, create the "wp-tests-config.php" file and enter the DB details to wordpress-core folder. • Now go to "C:\wamp\bin\apache\apache2.4.9\conf\extra" and open "httpd-vhosts.conf" file and add below code at the end of file. • <VirtualHost *:80> • ServerAdmin
[email protected] • DocumentRoot "C:\wamp\www\wordpress-core\build" • ServerName wordpresscore.local • <Directory C:\wamp\www\wordpress-core\build> • AllowOverride All • Order Deny,Allow • Allow from all • </Directory> • </VirtualHost>