Originally posted by Lucid
So i am setting up a website which is
You must login or register to view this content. and if you click that link you will see what comes up instead of an actual site.
what i need is somebody extremely good with website set up to help me. the problem was that i used x10 hosting but got suspended for using nulled software so i switched to 000webhost and it still just redirects to an ad for hosting so the problem is in the subdomain listing www
here is a pic
You must login or register to view this content.
this is what it redirects to
You must login or register to view this content.
what it should show is a forum but it doesn't so anybody have any ideas? or am i going to have to get a new domain?
yeah, I've set up numerous websites, mostly for java drive-by's

heres a forum I recently set up, just for practice to help someone who was having trouble.
You must login or register to view this content.
Have you got teamviewer? (so I can help you set it up, without you giving me details)
---------- Post added at 07:55 AM ---------- Previous post was at 07:43 AM ----------
just decided to add this in,
if you want "
https://www.undeadgamers.com/"
to redirect to "
https://www.undeadgamers.com/forum"
then make a file called index.php , and add it into the root of "
https://www.undeadgamers.com/"
For the code inside it, add this:
<?php[FONT=verdana]
header("Location: [/FONT]https://www.undeadgamers.com/forum[FONT=verdana]");[/FONT]
?>
or this(Untested):
<?php[FONT=verdana]
header("Location: [/FONT]https://www.undeadgamers.com/forum, true, 303[FONT=verdana]");[/FONT]
?>