I will have a url that will be domain.com/g/c/Somefolder/
I want to replace that with mydomain/site/files/

Can seem to figure our the wildcard for the Some folder..

Comments

twistor’s picture

Assigned: Unassigned » twistor
Status: Active » Fixed

Are you talking about something like:
REGEX: /domain.com\/g\/c\/[^/]+?\/(.*)/
Replacement pattern: mydomain/site/files/$1

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.