| [ Web Proxy ] |
| Viewing: https://developers.cloudflare.com/rules/transform/examples/rewrite-path-archived-posts/ | [Back] [Original] |
Create a URL rewrite rule (part of Transform Rules) to rewrite any requests for /news/2012/... URI paths to /archive/news/2012/....
To rewrite all requests to /news/2012/... to /archive/news/2012/... you must add a reference to the content of the original URL. Create a new URL rewrite rule and define a dynamic URL path rewrite using wildcard pattern parameters:
When incoming requests match
https://<YOUR_HOSTNAME>/news/2012/*Then rewrite the path and/or query
/] news/2012/*/] archive/news/2012/${1}Make sure to replace <YOUR_HOSTNAME> with your actual hostname and adjust the example paths according to your setup.
| Web Proxy Viewer | New URL | Original Page |