Anyway to redirect a website without using the whole subdomain

Hey, so I’m just wondering if there’s any way my website https://tomtof.cf could redirect to a website that doesn’t have to use the entire subdomain like a redirect.tomtof.cf/test and so on without just using the whole sub domain for one link.

Since you are using CF, you can consider page rule???

1 Like

The Redirects tool doesn’t have an option for this, but there are plenty of options you can go for to create a redirect on your own.

First of all, you can create a file with the name .htaccess in your htdocs folder or edit the file if it’s already there. In that file, you can add lines like this:

Redirect /test https://infinityfree.net

And that will redirect http://example.com/test to infinityfree.net. Feel free to replace with your own path and target URL.

2 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.