From c48fe4def48aef0871a062297dd6e1e0231efba9 Mon Sep 17 00:00:00 2001 From: Jean Date: Fri, 25 May 2018 10:31:48 +0200 Subject: [PATCH] Following the standards established in the RFC2606 (https://tools.ietf.org/html/rfc2606#page-2) and the RFC6761 (https://tools.ietf.org/html/rfc6761#section-6.3), it's better for the user to give him a working link (using .localhost redirects the user to localhost) --- User-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/User-Guide.md b/User-Guide.md index d413e9b..99b8ec1 100644 --- a/User-Guide.md +++ b/User-Guide.md @@ -4,7 +4,7 @@ If this page doesn't help, please post a question on our [Google group](http://g 1. Clone the [minify git repository](https://github.com/mrclay/minify). 1. The distribution contains a folder "min". Copy this into your DOCUMENT\_ROOT so it is a **direct child** of DOCUMENT\_ROOT (e.g. `http://example.com/min/`). Document roots are usually named `htdocs`, `public_html`, or `www`. - 1. Test it can serve content: http://example.com/min/?f=min/quick-test.js and http://example.com/min/?f=min/quick-test.css + 1. Test if it can serve content by visiting this URL: http://example.localhost/min/?f=min/quick-test.js and http://example.localhost/min/?f=min/quick-test.css 1. If you want to use the BuilderApp, you must enable it in `min/config.php`. Note: The BuilderApp will not function properly in subdirectories, but it's not necessary for Minify's functionality.