From 3187d2f5c7f7bf7f3e7615cac2d644cae8728ce7 Mon Sep 17 00:00:00 2001 From: Jean-Christian Paul Denis Date: Mon, 1 May 2023 01:22:24 +0200 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6a71fee..c32f6b5 100644 --- a/README.md +++ b/README.md @@ -30,12 +30,12 @@ You can manage your aliases from menu ''Alias'' on admin dashboard sidebar. ## RULES -Only blog URLs can be redirected. -It can redirect a specific URL "plop" to another one "post/2023/04/24/my-post". -It can redirect all URLs that content "plop" using alias "/plop/" -by replacing it by destination "post" into requesting URL. -It can not redirect an alias to another alias. (Even if it's not at the begining of the URL!) -It has priority on all ohters URLs handlers, so if you create an alias of an existing page, +- Only blog URLs can be redirected. +- It can redirect a specific URL "plop" to another one "post/2023/04/24/my-post". +- It can redirect all URLs that content "plop" using alias "/plop/" +by replacing it by destination "post" into requesting URL. (Even if it's not at the begining of the URL!) +- It can not redirect an alias to another alias. +- It has priority on all ohters URLs handlers, so if you create an alias of an existing page, the destination from plugin _alias_ will be used. Keep in mind, plugin _alias_ loads all registered aliases to test them on each page load, @@ -53,4 +53,4 @@ so more there are aliases, more page load is slow. * Franck-paul * Jean-Christian Denis - You are welcome to contribute to this code. \ No newline at end of file + You are welcome to contribute to this code.