webexcess / redirecthandler-backend
This package provides a backend module to manage Neos.RedirectHandler redirects
Installs: 22 435
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 11
Type:neos-package
Requires
- neos/neos: ~3.0 || ~4.0 || dev-master
- neos/redirecthandler: ~2.0 || dev-master
This package is auto-updated.
Last update: 2022-02-01 13:11:23 UTC
README
This package provides a backend module to manage Neos.RedirectHandler redirects which are stored in Neos.RedirectHandler.DatabaseStorage.
Compatibility and Maintenance
This package is compatible with Neos 3.x, 4.x and will be maintained for upcoming versions.
Installation
-
Run the following command in your site package
composer require neos/redirecthandler-ui
-
Then run
composer update
in your projects root folder. -
Then you can add the
RedirectAdministrator
role to the users who need access to the new backend module.
Screenshot
License
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.