Ryzn
1
I wanted to redirect all old blog URLs to the new ones.
Basically, all URLs that have “blog/” should be redirected to the new URL which is without the “blog/”
My page rule is
mysite . com/blog/* to mysite . com/$1
It is working fine but if you visit /blog only it redirects to the homepage which shouldn’t be happening.
How should I set my redirect page rule? am I missing something?
sandro
2
You can create a dummy rule for /blog
, which you place before your current rule.
For the settings, just use another dummy value, for example IP geolocation.

2 Likes
Ryzn
3
thank you for the reply!
I did try doing what you mentioned but it is not working. the /blog is still redirecting to the homepage.
Here’s what my setting look like
sandro
5
Try setting the path to /blog/
as well.
Ryzn
6
I did try using /blog/ as well before I replied back to you and it is not working
system
Closed
9
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.