Linking a html file to a domain!

Status
This thread has been locked.

Techknowsitall

Supreme
Feedback score
2
Posts
261
Reactions
255
Resources
0
You need web hosting, or a VPS/Dedi.

Do you have that already?

EDIT: Unless you're hosting it on your computer, you'll need to port forward port 80 and create an A record towards your router's public IP.

*Unless you're referring to an HTML page redirecting to your web page, then follow what Nagi said. :)

Correct me if I'm wrong.
 
Last edited:

Nagi

PM Only - No Skype
Supreme
Feedback score
12
Posts
535
Reactions
679
Resources
0
mBMuk1464048448wZCyl.png


Code:
<html>
    <head>
        <meta charset="utf-8">
        <title>Redirecting...</title>
        <meta http-equiv="refresh" content="0; url=https://www.kthisiscvpv.com/"/>
    </head>
</html>

Easy way to abuse free hosting for your own benefit :)
 

Shattered

old-timer
Supreme
Feedback score
5
Posts
3,493
Reactions
2,059
Resources
0
mBMuk1464048448wZCyl.png


Code:
<html>
    <head>
        <meta charset="utf-8">
        <title>Redirecting...</title>
        <meta http-equiv="refresh" content="0; url=https://www.kthisiscvpv.com/"/>
    </head>
</html>

Easy way to abuse free hosting for your own benefit :)
eclipse to edit HTML, interesting, never saw that before.
 

Nagi

PM Only - No Skype
Supreme
Feedback score
12
Posts
535
Reactions
679
Resources
0
eclipse to edit HTML, interesting, never saw that before.
Sorry. I had it open at the time. Would you prefer this instead? :p
Eclipse PHP isn't that bad tbh though I never had a problem with it since I'm so used to that workspace layout.

VrWDf1464049438iNjcT.png
 

Shattered

old-timer
Supreme
Feedback score
5
Posts
3,493
Reactions
2,059
Resources
0
Sorry. I had it open at the time. Would you prefer this instead? :p
Eclipse PHP isn't that bad tbh though I never had a problem with it since I'm so used to that workspace layout.

VrWDf1464049438iNjcT.png
No need to be sorry, there was no issue, haha.
I just never really thought of using it for web development.
I mainly use notepad++, but now that you gave me the thought of eclipse I will have to give that a try. :p
 

Leon

Premium
Feedback score
3
Posts
603
Reactions
160
Resources
0
You need web hosting, or a VPS/Dedi.

Do you have that already?

EDIT: Unless you're hosting it on your computer, you'll need to port forward port 80 and create an A record towards your router's public IP.

*Unless you're referring to an HTML page redirecting to your web page, then follow what Nagi said. :)

Correct me if I'm wrong.

Im very new to this type of stuff. I have my domain on namecheap. Its a xyz.

What do I do next?
 

Techknowsitall

Supreme
Feedback score
2
Posts
261
Reactions
255
Resources
0
Im very new to this type of stuff. I have my domain on namecheap. Its a xyz.

What do I do next?
You need web hosting, VPS, or a dedicated server. You can purchase those for really cheap. If you're purchasing web hosting, make sure you point your nameservers.

PM me once you've got web hosting, VPS, or a dedicated server. I'll help you then. :)
 

Callam

Web/Software Developer
Supreme
Feedback score
49
Posts
619
Reactions
759
Resources
0
No need to be sorry, there was no issue, haha.
I just never really thought of using it for web development.
I mainly use notepad++, but now that you gave me the thought of eclipse I will have to give that a try. :p
You should use something more suited for web developers like Atom.

Im very new to this type of stuff. I have my domain on namecheap. Its a xyz.

What do I do next?
You need to configure your domains DNS settings. If needs be, Namecheaps live support can set everything up for you.
 

UElitez

Clovux - Hosting Provider
Supreme
Feedback score
0
Posts
142
Reactions
18
Resources
0
Leon We're currently running a number of summer sales on our we hosting plans here: https://clovux.net/web
You can get any web hosting plan for $1 for your first month with promo code ONEMONTHWEB.
Alternatively you can get 40% off for life with promo code SUMMER40.

Let us know if you have any questions. :)
 
Status
This thread has been locked.
Top