Download the PHP package aplia/redirectoperators without Composer
On this page you can find all versions of the php package aplia/redirectoperators. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aplia/redirectoperators
More information about aplia/redirectoperators
Files in aplia/redirectoperators
Download aplia/redirectoperators
More information about aplia/redirectoperators
Files in aplia/redirectoperators
Vendor aplia
Package redirectoperators
Short Description eZ publish legacy template operators for performing URL redirect from within a template
License GPL-2.0
Homepage https://github.com/Aplia/redirectoperators
Package redirectoperators
Short Description eZ publish legacy template operators for performing URL redirect from within a template
License GPL-2.0
Homepage https://github.com/Aplia/redirectoperators
Please rate this library. Is it a good library?
Informations about the package redirectoperators
Deprecated
This package is deprecated and can be replaced by using the redirect
operator from composer package Swark instead.
ie. {redirectrelative( '' )}
becomes {redirect( '', 301 )}
and {redirectabsolute( '' )}
becomes {redirect( '', 301, 'abs' )}
.
Redirectoperators
eZ publish legacy template operators for performing URL redirect from within a template. The operators will send an HTTP header 301.
redirectabsolute
redirectrelative
Installation
Install with Composer:
Usage
From within a template, write:
for instance:
or
for instance:
All versions of redirectoperators with dependencies
PHP Build Version
Package Version
The package aplia/redirectoperators contains the following files
Loading the files please wait ....