Needs review
Project:
Match Redirect
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2015 at 14:25 UTC
Updated:
3 Nov 2021 at 13:01 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
damienmckennaThis worth of a v0.1 - it needs the actual configuration system added, right now it's just limited to just two variables to control the source & destination (see README.txt).
Comment #2
damienmckennaMinor updates - the response headers are commented out, some previously commented out code has been removed, etc.
Comment #3
robertoguzman commentedhi, does this patch really works in drupal 8 ?
if it does work, would you like to give a sample how to use it
Comment #4
damienmckennaThe patch includes updates to the README.txt file explaining how to use it.
Comment #5
damienmckennaI should mention that it has been about 18 months since I used it last, it may need updating due to API changes in Drupal core.
Comment #6
berdirI just committed a new submodule to the Redirect project that allows domain and path-based matching, including wildcard support. Please test and then we can possibly document this as replaced by Redirect?
Comment #7
kenorb commentedI don't see any submodule in Redirect 8.x that supports wildcards.
Comment #8
guillaumeg commented@kenorb : +1
@Berdir : Is there any Redirect sub-module project that we can test and review ?
Edit : I can see this post with a patch for Redirect module : https://www.drupal.org/project/redirect/issues/2831605 , after a quick test it works fine for redirection folders like example.com/folder/*
Cheers
Comment #9
wim leers