Domain Help.

Status
This thread has been locked.

Zorah

Premium
Feedback score
9
Posts
437
Reactions
172
Resources
0
Hi.

I was wondering if y'all knew how to make a redirect for,

domain.com/discord

I know how to do discord.domain.com but domain.com/discord just looks much cleaner.

I have a vps with web servers on it etc which is already hooked up just needa know how to do it.

Help is appreciated, cheers.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Hitoo

Premium
Feedback score
27
Posts
674
Reactions
311
Resources
0
Example: my website is sick.cx I want to add a sick.cx/something I go into public html make a folder called something add a index.html inside the folder and boom you will have sick.cx/something. Or wherever you put your files into for your website go into there then create a folder in there then add the index.html in there.
 

Zorah

Premium
Feedback score
9
Posts
437
Reactions
172
Resources
0
Just make a folder
public_html/<name>
Example: my website is sick.cx I want to add a sick.cx/something I go into public html make a folder called something add a index.html inside the folder and boom you will have sick.cx/something. Or wherever you put your files into for your website go into there then create a folder in there then add the index.html in there.
I understand that much but how do I make it redirect the /discord part to my discord invite link!
 

Maddys Son

Premium
Feedback score
15
Posts
363
Reactions
162
Resources
0
In the index.html of the /discord


Add this on the head
<meta http-equiv="refresh" content="0; URL="discord.gg/invitelink" />
 
Status
This thread has been locked.
Top