1
0
mirror of https://github.com/mrclay/minify.git synced 2025-09-01 01:51:47 +02:00

I found this way of explaining where is the DOCUMENT_ROOT easier to understand in another part of the wiki and brought it here

Jean
2018-05-25 10:34:59 +02:00
parent c48fe4def4
commit 461a0047e5

@@ -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