Redirect Question

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
Post Reply
slxt
New to forums
New to forums
Posts: 1
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Fri May 26, 2017 5:51 pm

Redirect Question

Post by slxt »

Hey all! I'm trying to redirect from mydomain.com/join to a discord invite link(https://discord.gg/yFWrkCp). I've tried to put a php file in the directory with <?php header("Location:http://newdomain.com"); as suggested by support however that didn't work. Any help is appreciated!
User avatar
hiimcody1
Former staff
Former staff
Posts: 1616
Joined: Wed Dec 28, 2011 4:59 pm

Re: Redirect Question

Post by hiimcody1 »

You aren't literally putting it like that are you? You need to replace newdomain.com with the address you want to redirect to.
Post Reply