• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • Chevereto Support CLST

    Support response

    Support checklist

How to change path of the extra pages?

Zvark

Chevereto Member
I have site that work on chevereto 2.5 and several html pages, they paths look like: site.com/page.html
Now i want to update chevereto to 3.0, how to save old path of the pages?
I mean now they look like: site.com/page/page
And i need: site.com/page.html (because half of traffic go on this pages).
Or: site.com/page but with redirect from old pages.
 
Add this just below RewriteEngine On

Code:
Redirect 301 /example.html http://mysite.com/pages/example
 
Back
Top