Can I redirect to other subdirectory of another site with CloudFlare [closed]

Solution 1:

Yes, use a page rule... Cloudflare documents this quite fully:

https://support.cloudflare.com/hc/en-us/articles/200168306-Is-there-a-tutorial-for-Page-Rules-

Now, granted, you'll need to have cloudflare's acceleration enabled for the domain(s) you want to redirect. (HTTP redirections do NOT happen at the DNS level.. they happen via HTTP therefore you NEED cloudflare to be proxying the HTTP for this to work...) In order for that to happen, add an A record pointing to a webserver you control, and make sure cloudflare CDN is enabled on that record.