Skip to content

Commit 48de353

Browse files
authored
Use Custom Domain Instead of localhost in XAMPP
Xampp local domain example.org virtualhost with SSL for apache and Laravel.
1 parent c1c1a1d commit 48de353

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Open file as administrator **C:\Windows\System32\drivers\etc\hosts** and append
88

99
```sh
1010
# Local domains
11+
127.0.0.10 db.xx www.db.xx
1112
127.0.0.11 example.org www.example.org
12-
127.0.0.12 app.xxx www.app.xxx
13-
127.0.0.13 db.xx www.db.xx
13+
127.0.0.12 app.xxx www.app.xx
1414
```
1515

1616
## Create directory for domain and index.php file

0 commit comments

Comments
 (0)