I would like to know how to add a Wildcard redirect on something. I am assuming this is what’s needed. I am not an expert in this field but I have done some searching and just not sure how to set this up.
I have a site on Kajabi that’s using Cloudflare and currently the blogs are setup this way www.mysite.com/blog/myblogname, so I will call each blog /1 , /2, /3 and so on but I don’t want it to say /blog is there a way to have a forwarder to remove the /blog? My initial outcome would be www.mysite.com/1
Hope that makes sense and that someone can assist me.
If you want to achive the first thing then Cloudflare will not be able to directly help you there as this should be achived by changing server and application settings/configurations.
So the question is:
do you want to change the baseURL of your Blogs
create a redirect that goes like this: www.mysite.com/1/ ==> www.mysite.com/blog/1/ and redirects all visitors from www.mysite.com/1/ to http://www.mysite.com/blog/1/
Yes this is possible just the way @erictung has described it. But care. If the URL www.mysite.com/1 is not responding with the Blog it will most probably break your site.
First you should move your Blog1 in the subfolder “1” of basedir of you rootdomain.
PLEASE first try with 302 and not with 301 as it is “premanent” (cached on Browser untill you wipe cache)