Virtual Host setup in XAMPP

1. xampp\apache\conf\extra\httpd-vhosts.conf
<VirtualHost *:80>
    ServerAdmin hasib.dev
    DocumentRoot "C:/xampp/htdocs/hasib/"
    ServerName hasib.dev
</VirtualHost>

2.Windows\System32\drivers\etc\hosts
127.0.0.1 hasib.dev

Comments

Popular posts from this blog

WP register_post_type() with custom CMB2 meta box

Git post receive setup at server for git push to the production from local machine