Redirect Question
-
- New to forums
- Posts: 1
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Fri May 26, 2017 5:51 pm
Redirect Question
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!
Re: Redirect Question
You aren't literally putting it like that are you? You need to replace newdomain.com with the address you want to redirect to.