PlainFunnels Categories

Home / Categories / Sales funnels

If I change a page's URL path, what happens to the old link?

Short answer

The old address stops working the moment you save the new one. I tested it as a visitor, not as the logged-in owner, and it returned a 404 immediately, with no redirect and no grace period.

What I changed, and how

Open Sites, then Sales funnels, then the funnel, then the step whose address you want to change, then Configuration. The URL Path field sits there, and there is no save button. It saves the moment you click away from it, so the only way to be sure a change took is to leave the field and look again.

I took a page that was already live and gave it a new path.

What happened to the old address

It returned a 404 straight away. Not a redirect, not a delay: a plain 404 with no Location header, checked with a request carrying no login and no cookies. The new address answered with a normal 200 at the same moment.

I reversed the change to be sure. Putting the original path back returned the old address to 200 immediately, and the temporary path I had been using started returning 404 in its place. It runs the same way in both directions, and it runs the instant the path is saved.

Why this was checked as a visitor, not as the account owner

Every check above was made from outside the account: no login, no cookies, the same way somebody clicking an old link from an email or an advert would arrive. That was a deliberate choice.

Looking at your own page while logged into systeme.io shows you what the editor displays, and that is not always what a stranger on the internet gets. An account owner can be looking at a cached copy, a preview state, or the wrong tab entirely. The only way to know what a link you already shared actually does now is to fetch it exactly the way the person who clicked it would, and that is what this answer rests on.

What that means for anything already pointing at the old link

Nothing carries over on its own. An advert still running, an email already sent, a social post, a QR code on something printed, or another site linking in all keep using the old address, and every one of them now leads nowhere.

There is no grace period to catch this during. The break happens the moment the new path is saved, not later.

What systeme.io's own article leaves out

Article 322 documents the steps for changing a page's URL path in six lines and stops there. It says nothing about what happens to the old address, says nothing about redirects, and gives no warning that the change takes effect right away.

Nothing in the wider help centre covers redirects, 301s, or URL forwarding for a systeme.io page. If you want the old address to lead anywhere at all, there is no built-in feature for it. The old link stops working and stays that way until either the path is changed back or whoever placed the old link updates it.

What was not checked

Only the page's own public address was tested here. Whether a button or link inside the same funnel, pointing from one step to the next, updates itself automatically was not looked at.

Changing a funnel's domain and changing a blog post's URL path are both separate settings, and neither was tested by this. And whichever page actually loaded at the old address, systeme.io's own 404 page or a custom one if the account has set one, was not recorded either.

Did this answer your question?