Download the PHP package flownative/rulebasedredirects without Composer
On this page you can find all versions of the php package flownative/rulebasedredirects. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download flownative/rulebasedredirects
More information about flownative/rulebasedredirects
Files in flownative/rulebasedredirects
Download flownative/rulebasedredirects
More information about flownative/rulebasedredirects
Files in flownative/rulebasedredirects
Vendor flownative
Package rulebasedredirects
Short Description Implements rule-based redirects for Flow applications
License MIT
Package rulebasedredirects
Short Description Implements rule-based redirects for Flow applications
License MIT
Please rate this library. Is it a good library?
Informations about the package rulebasedredirects
Rule-Based Redirects for Flow
This package uses a PSR middleware to redirect requests to URLs using regular expression based rules.
It can be used to implement such redirect rules in cases where you cannot use the native ways of implementing them in your webserver (e.g. nginx or Apache httpd.)
Installation
composer require flownative/rulebasedredirects
Usage
As soon as the package is installed, the rules given in Flownative.RuleBasedRedirects.rules
take effect. Here is an example:
All versions of rulebasedredirects with dependencies
PHP Build Version
Package Version
Requires
neos/flow Version
^7.0 || ^8.0
The package flownative/rulebasedredirects contains the following files
Loading the files please wait ....