Skip to content

Commit 535f4b8

Browse files
authored
How to add a domain in Xampp with SSL on localhost
Xampp virtual hosts for your domain or subdomain with SSL on Apache2 and Laravel.
1 parent 8dabb78 commit 535f4b8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Use Custom Domain Instead of localhost in XAMPP
1+
# How to add a domain in Xampp with SSL on localhost
22

3-
Xampp local domain example.org virtualhost with SSL for apache and Laravel.
3+
Xampp virtual hosts for your domain or subdomain with SSL on Apache2 and Laravel.
44

55
## Windows add local host for example.org domain
66

@@ -92,3 +92,7 @@ Accept invalid SSL for domain in (advanced button).
9292

9393
<https://example.org>
9494

95+
## Testing
96+
97+
Change example.org to a domain with dns mx records (for email testing in Laravel: app.xxx).
98+

0 commit comments

Comments
 (0)