• 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!

Windows How to put Server + Website online?

Dylanaw

Godly Member
Joined
Feb 18, 2009
Messages
473
Reaction score
10
Hello there,
I'm using [8.60] The Forgotten Server 0.3.6 (Crying Damson) V5
+
Znote AAC 1.1 [TFS 0.2.13+] & [TFS 0.3+]

Everything worked fine i followed Znote's Tutorial.
But one thing was missing in hes Tutorial, How to put the server + website public?.
And wich port do i need to forward?

I hope someone can help me, if u need more information about something that i forgot to put here, just tell me to post it.

Thanks in Advance.
 
Last edited:
Alright, i portforwarded the ports.

But my problem was, how to make the url?
like : blablabla.no-ip.org.
So how to make my ip adress to a url.
 
Alright i have done that, (grimera.zapto.org), but whenever i fill that in my adresbar i doesn't go to my website.
What do i need to change at Uniform server so people can get on my site.
 
The question is, can u access ur server from ur ip?
And if you can.
The problem can be the .htaccess file on ur www folder.

Just a reminder open port 443 and 80 <- for site
 
Alright i have done that, (grimera.zapto.org), but whenever i fill that in my adresbar i doesn't go to my website.
What do i need to change at Uniform server so people can get on my site.

You can't access your website by using the IP on your own network, you will need to use 'localhost' or something similar
 
The question is, can u access ur server from ur ip?
And if you can.
The problem can be the .htaccess file on ur www folder.

Just a reminder open port 443 and 80 <- for site
Port 443 + 80 are open.
This is my .htacces file in my www folder ( i use ZnoteACC)
Code:
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /characterprofile.php?name=$1



You can't access your website by using the IP on your own network, you will need to use 'localhost' or something similar
Ur wrong, because people outside my network need to acces my website. And they can't do that by going to localhost/127.0.0.1 in the adresbar.

- - - Updated - - -

Any clues how to let people from outside my network get on my site?
 
Last edited:
Port 443 + 80 are open.
This is my .htacces file in my www folder ( i use ZnoteACC)
Code:
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /characterprofile.php?name=$1




Ur wrong, because people outside my network need to acces my website. And they can't do that by going to localhost/127.0.0.1 in the adresbar.

- - - Updated - - -

Any clues how to let people from outside my network get on my site?

Make sure your ports are correctly open, on your modem and your computers firewall. To make sure they are open goto: Open Port Check Tool and type the specified port you opened to see if it can access it. If it can make sure that the webpage is modified for that port and as for port numbers you need:

For Tibia: 7171 and 7172

For web servers:
80 web server (I also know that you can use other non-default ports like 8080, 1080, etc.)
25 email server
119 time sync
442 secured web server
3306 mysql database server
 
Back
Top