• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need step by step guide or link on how to run your own server/website form home

ok here it is
i have a good connection speed and i was wondering on how to create my own website and run it from my other pc which i will leave most of the time on
i need this website.. well most primarily to learn how to run a website from my PC
building the website is not a problem since i can use dreamwaver from my school and i know how to use it
long story .. SHORT .. need guide on how to create and run it
i will buy the domain later
please if anybody knows any link that previous people have asked how to do this link it to me
THANK YOU IN ADVANCE
 
ok guys i bought my domain from godaddy.com but i didint buy any hosting plans since i want to run it from home. now i got all my pages ready and stuff all i need now is what to do next?
like how do i do it so people when they type my website they go to it .
or how do i connect my domain to my IP and since i have Dynamic IP what doi do? do i ahve to chnage it every time
please provide pictures if possible
thankyou in advance
 
well, you can either 'rent' a static IP from your dsl co.. which should be $5 a month or so. Or just hope your dynamic IP doesn't change (which I do). My dynamic IP changes once or twice a year.. So I don't worry about getting a static.. Yours might be different.. go to www.ipchicken.com to get your IP.

And monitor that every week to make sure ti doesn't change

step 2 is setup your godaddy domain to point to your IP.

step 3: setup your router to port forward port 80 (and 443 if you want SSL, which I doubt) to your 'server' at your house.

step4: turn on IIS/apache on your server. Get your friend at his house to see if he can access your webpage



troubleshooting:
can you ping your domain name? if yes or no, make sure the domain name is resolving corectly.
If no,this just might mean your router drops the ping packets.. not a huge deal.. but this is still a red flag


If your IP resolves right. get him to see if you can open your page in a webbrowser. If no, see if he can telnet into your domain name 80.. example:
dos prompt > telnet mywebsite.com 80

if it connects, great! if it doesn't.. it could be your ISP is blocking inbound port 80 requests..

Ok.. that is enough for now.. but should get you there 🙂
 
Back
Top