_Adopted third party plugin_ Create aliases of your blog's URLs
Go to file
2023-08-07 00:51:49 +02:00
locales release 1.8 2023-07-30 08:57:58 +02:00
src use Dotclear style for changelog 2023-08-06 17:46:43 +02:00
_define.php use Dotclear style for changelog 2023-08-06 17:46:43 +02:00
_init.php fix table name 2022-11-30 22:51:55 +01:00
CHANGELOG.md use Dotclear style for changelog 2023-08-06 17:46:43 +02:00
dcstore.xml use Dotclear style for changelog 2023-08-06 17:46:43 +02:00
icon.svg update icon 2023-05-13 22:57:35 +02:00
LICENSE update to dotclear 2.24 2022-11-27 14:51:46 +01:00
README.md use static badge 2023-08-07 00:51:49 +02:00

README

Release Date Dotclear Dotaddict License

WHAT IS ALIAS ?

alias is a plugin for the open-source web publishing software called Dotclear.

This plugin creates public aliases of your blog's URLs.

REQUIREMENTS

alias requires:

  • admin permissions for management
  • Dotclear 2.27
  • PHP 7.4+

USAGE

First install alias, manualy from a zip package or from Dotaddict repository. (See Dotclear's documentation to know how do this)

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. (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, so more there are aliases, more page load is slow.

CONTRIBUTORS

  • Olivier Meunier
  • Franck-paul
  • Jean-Christian Denis

You are welcome to contribute to this code.