From 5dfbfd0adce7048da0e07b41bf939dfc1ed558aa Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Tue, 13 Nov 2018 21:08:18 -0600 Subject: [PATCH] Mention that routes can be full URLs --- README.rst | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index cad7754..42288c8 100644 --- a/README.rst +++ b/README.rst @@ -142,10 +142,14 @@ trivial overhead involved in autoconfiguration.) Configuring Routing ^^^^^^^^^^^^^^^^^^^ -Configuring routing means changing the part of the URL which comes -after the domain, the part after the *https://www.example.com* part. -PGWUI_Server comes with sensible defaults. Configuring routing is -optional. +Configuring routing means changing the URL used to access a page. +Usually this is the part of the URL which comes after the domain, the +part after the *https://www.example.com* part. Alternatively, a full +URL may be supplied for a route. This can be used to direct the user +to an external website. + +PGWUI_Server comes with sensible defaults. Configuring routing +is optional. A prefix can be put in front of every route, so that instead of the default route of *logout* in the URL *https://www.example.com/logout* -- 2.34.1