Update README.md

This commit is contained in:
Jean-Christian Paul Denis 2023-05-01 01:22:24 +02:00 committed by GitHub
parent e7309942c0
commit 3187d2f5c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,12 +30,12 @@ You can manage your aliases from menu ''Alias'' on admin dashboard sidebar.
## RULES ## RULES
Only blog URLs can be redirected. - 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 a specific URL "plop" to another one "post/2023/04/24/my-post".
It can redirect all URLs that content "plop" using alias "/plop/" - It can redirect all URLs that content "plop" using alias "/plop/"
by replacing it by destination "post" into requesting URL. 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. (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, - 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. the destination from plugin _alias_ will be used.
Keep in mind, plugin _alias_ loads all registered aliases to test them on each page load, Keep in mind, plugin _alias_ loads all registered aliases to test them on each page load,