Việc dùng mặc định đường dẫn khi bạn cài đặt Wordpress trên XAMP không có vấn đề gì cả, nhưng nhìn nó không chuyên nghiệp cũng như không giống thực tế của một domain do đó trong video này tôi sẽ hướng dẫn bạn thây đổi domain cho nó.
Bạn có thể copy đoạn code dưới đây để dán vào http.conf
<VirtualHost *:80>
DocumentRoot "C:/xampp/htdocs/hello"
ServerName gsviec.dev
<Directory "C:/xampp/htdocs/hello">
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Mar 24/17 at 04:18
Standard
Show player controls
Show video title and player actions
By Downloading this video I agree that I will not upload this video anywhere else without proper permission from the creator.