is redirection possible without servers
i have a domain that only redirects to other websites, right now its using nginx on a vps, but i think this is overkill, can i use cloudflare to simplify this? will they be included for free (im a student if that matters)? thank you
currently some of the links are like
- https://gh.laralove.gay/timezoner#features
- https://laralove.gay/discord
Discord
Join the lara loves bots ⚙ Discord Server!
support server for laralove143@github's suite of RUST-based discord bots and services | 83 members
GitHub
GitHub - laralove143/timezoner: a discord bot that converts times s...
a discord bot that converts times so that everyone sees it in their own timezone - GitHub - laralove143/timezoner: a discord bot that converts times so that everyone sees it in their own timezone
7 Replies
Redirects · Cloudflare Pages docs
To use redirects on Cloudflare Pages, declare your redirects in a plain text file called _redirects without a file extension, in the output folder of …
does this need a server still
okay i think it doesnt
and its free as far as i can figure
100 dynamic redirects is plenty
thank youu
hmm theres also rules that do this, im confused which one should i use
i dont have a website atm so its just redirects
you have two options, you can use the built in rule configuration or use the _redirects file approach, it would be up to you where you will be more comfortable with, you can also combine both
i dont know the differences, i've never used cloudflare
just test the built-in cloudflare rules first, then explore, check the pages documentation to learn more.
Redirect one domain to another · Cloudflare Fundamentals docs
If you have an alias domain that only forwards traffic to another domain, you can set up redirects directly within Cloudflare.
in rules, regex is not free, do i need regex for something like
https://gh.laralove.gay/timezoner#features -> https://github.com/laralove143/timezoner/#features
where
timezoner#features
can be anything and it should be appended to https://github.com/laralove143
GitHub
GitHub - laralove143/timezoner: a discord bot that converts times s...
a discord bot that converts times so that everyone sees it in their own timezone - GitHub - laralove143/timezoner: a discord bot that converts times so that everyone sees it in their own timezone
GitHub
GitHub - laralove143/timezoner: a discord bot that converts times s...
a discord bot that converts times so that everyone sees it in their own timezone - GitHub - laralove143/timezoner: a discord bot that converts times so that everyone sees it in their own timezone