We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48de353 commit c5eea88Copy full SHA for c5eea88
README.md
@@ -7,20 +7,23 @@ Xampp local domain example.org virtualhost with SSL for apache and Laravel.
7
Open file as administrator **C:\Windows\System32\drivers\etc\hosts** and append hosts
8
9
```sh
10
-# Local domains
+# Local domains and localhost
11
127.0.0.10 db.xx www.db.xx
12
127.0.0.11 example.org www.example.org
13
-127.0.0.12 app.xxx www.app.xx
14
```
15
16
## Create directory for domain and index.php file
17
18
19
-# Domain dir
+# Domain dirs
+D:/www/localhost
20
+D:/www/db.xx/public
21
D:/www/example.org/public
22
23
# Apache index.php file with
24
# <?php echo "works ...";
25
+D:/www/localhost/index.php
26
+D:/www/db.xx/public/index.php
27
D:/www/example.org/public/index.php
28
29
0 commit comments