STEP1 ~\xampp\apache\conf\extra\httpd-vhosts.conf DocumentRoot “C:/xampp/htdocs” ServerName localhost DocumentRoot “C:/xampp/htdocs/test01″ ServerName localhost1 DocumentRoot “C:/xampp/htdocs/test02″ ServerName localhost2 httpd-vhosts.confファイルを上書き保存。 STEP2 hostsファイルの編集 C:\WINDOWS\system32\drivers\etc 上記の行の下に追加。 127.0.0.1 localhost1 127.0.0.1 localhost2