From 461a0047e5b2873f71c0d0d9dd1b73108fe3361c Mon Sep 17 00:00:00 2001 From: Jean Date: Fri, 25 May 2018 10:34:59 +0200 Subject: [PATCH] I found this way of explaining where is the DOCUMENT_ROOT easier to understand in another part of the wiki and brought it here --- Home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 27f50f2..83792f0 100644 --- a/Home.md +++ b/Home.md @@ -30,7 +30,7 @@ Installation ------------ Place the `/min/` directory as a child of your DOCUMENT_ROOT -directory: i.e. you will have: `/path/to/public_html/min` +directory (e.g. http://example.com/min/). Document roots are usually named htdocs, public_html, or www. You can see verify that it is working by visiting these two URLs: - http://example.localhost/min/?f=min/quick-test.js @@ -60,7 +60,7 @@ Unit Testing ------------ 1. Place the /min_unit_tests/ directory as a child of your DOCUMENT_ROOT -directory: i.e. you will have: /path/to/public_html/min_unit_tests +directory (e.g. http://example.com/min/). Document roots are usually named htdocs, public_html, or www. 2. To run unit tests, access: http://example.localhost/min_unit_tests/test_all.php