• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Local -> public

Jusstice

New Member
Joined
Mar 18, 2009
Messages
18
Reaction score
0
I was wondering how to make my website (Localhost....) made public so people can make accounts. =p

Just a newbie question, but I could not find any Tutorials on the subject, they just stop after it's running on Local.


thanks;
Juss-
 
I forwarded port 80 on the 192.168... etc on my router page.
Set ports 80 with both TCP and UDP. Still doesn't work. I got Xammp running apache on port 80 too.
 
You need to open the ports in your firewall too.

here you are:

Go to control panel > firewall

---------korv.JPG


Then exception

Then add port

afdzf.bmp


First UDP > ok , Then add port again and choose TCP

Rep me if i helped you :)
 
Your ISP might block your port 80. You can either call them and ask them to unblock it, or go into your xampp folder and go to apache then conf.
In the conf folder open your httpd.conf

Search for this line:
Listen 80

and change that to a differnt number (it will be the port your web server will run on)

After this search for
ServerName localhost:80
and change this to the same number.

Save it, and restart apache.

After that, you must port forward the number you used.

Then you should be able to access your website by using http://yourglobalip:#port

Rep++ if I helped.
 
Back
Top