Please note, this is a STATIC archive of website help.webflow.com from 15 Apr 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.

How to redirect old URLs to new pages in your Webflow site (301 Redirects)

Updated 
May 26, 2016

You can preserve your SEO rankings by redirecting old pages or entire folders of pages to new locations in your Webflow site  using our 301 Redirect feature.

How to redirect a single page:

  1. Open Site Settings
  2. Go to Hosting tab
  3. Scroll down to 301 Redirects section
  4. Add old URL (/old-url)
  5. Add new URL (/entirely/new-url/structure)

How to redirect an entire folder of pages (wildcard):

NOTE: You'll need to "escape" special characters with the "%" symbol. For example, "/old-folder/(.*)" will need to be "/old%-folder/(.*)"in order to work. The following characters need to be escaped: ( ) . % + - * ? [ ^ $
  1. Open Site Settings
  2. Go to Hosting tab
  3. Scroll down to 301 Redirects section
  4. Add capture group from old URL structure (/oldfolder/(.*))
  5. Add target path for new URL structure (/entirely/new-url/structure/%1)
NOTE: You can add multiple capture groups to create more complex redirect rules. For example: /blogs/(.*)/(.*) can be redirected to /articles/%1-%2 Contact us if you are having trouble with multiple capture groups, we're happy to help!