Download the PHP package thelia/redirection-module without Composer
On this page you can find all versions of the php package thelia/redirection-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package redirection-module
Redirection module for Thelia
This module add the possibility to create 301 redirections from the back office for Thelia 2.1
Installation
Manually
- Copy the module into directory and be sure that the name of the module is Redirection.
- Activate it in your thelia administration panel
Composer
Add it in your main thelia composer.json file
Usage
Go on your back office and activate the module. Refresh the page then you can use the "manage redirections" link in the Tools dropdown.
Hook
The module uses the hook to show the link to the redirection management table.
Loop
permanent-redirection
Input arguments
Argument | Description |
---|---|
id | A permanent redirection ID. |
visible | "yes" if you only want online redirections, "no" for offline and * for both |
position | Filter by position. |
order | Sort the results. Possible values: "id", "id-reverse", "visible", "visible-reverse", "manual", "manual-reverse", "path", "path-reverse", "destination", "destination-reverse", "title", "title-reverse", "chapo", "chapo-reverse". |
Output arguments
Variable | Description |
---|---|
$ID | The redirection ID |
$VISIBLE | 1 if the redirection is online, 0 for offline |
$POSITION | The redirection position |
$PATH | The redirection path |
$PATH | The redirection path |
$DESTINATION | The redirection destination |
$TITLE | The redirection title |
$CHAPO | The redirection chapo |
Exemple
All versions of redirection-module with dependencies
PHP Build Version
Package Version
Requires
thelia/installer Version
~1.1
The package thelia/redirection-module contains the following files
Loading the files please wait ....