• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Windows Need help with my website

hejd12345

New Member
Joined
Apr 11, 2012
Messages
255
Reaction score
1
Location
Sweden
I have been stuck in this stage of my developing in a really long time and I just want an answer.

The question, why does this work(https://i.imgur.com/8w4URAu.png) when this does not work(https://i.imgur.com/GB5yJv6.png)?
I think this i weird since I can host my website locally but not using my bought domain.

Details:
I am hosting mysql/apache using uniform server.
It is Gesior ACC.
WINDOWS!

Can anyone please help me! :)
 
Last edited:
How come your website runs on port 81?

Not sure about it but it sounds like that you have installed Apache 2 times. One runs on port 80 (could also be a different web server software) and the other one (included in Uniform Server) runs on port 81.
The original Apache on port 80 is configured with different permissions and thus cannot access the OT folder.

I'd recommend that you uninstall Uniserver, uninstall the other web server (most likely Apache) and then install Uniserver again so that it can run on port 80.
 
I can conf it so it runs on port 80 in like two clicks. I am using port 81 right now cuz I am using skype on port 80 put I can ofc shut down skype and prove that it does not work on port 80 either(https://i.imgur.com/O36V4iD.png). Port 80 does not show since it is the standard port.
So, do I have to like configure something somewhere or do I have to set another path cuz I have bought my domain? Or is it something else? Anyone that have setup a tibia website before please help me :)

maybe some changes here would help? (https://imgur.com/wgQ2BZF)
 
okay so I have no idea what your actual problem is ^^


You can prevent Skype from using port 80:
Tools > Options... > Advanced > Connection

Uncheck "Use port 80 and 443 as alternatives for incoming connections"
 
Okay but when I am trying to setup my website I always shut my skype down so port 80 is not a problem. Well thanx anyway, I just have to believe that someone can help me but I have never seen someone that have gotten the same problem.
 
I can install my Geisor ACC locally(localhost in my webbrowser) but not when I am want to do it with my new bought domain. I have imported an exact copy of my website into my website folder and the exact same install appears. (I am using the exact same database to). But when I try to install the Geisor ACC using my doamin in the web browser(xxxxxxx.com), I can not get past the first step(can not find config.lua). But I can get past this locally.
 
That won't work.
The setup script looks for the config.lua file on the server, not on your PC.

It may help to upload the config.lua file to your website and point to setup script (or website configuration - wherever you specified "C:\OT" as path) to the uploaded config.lua file.

Where is the MySQL database? It should usually be on the same machine as the OT server. Otherwise the server may become slow/laggy.
 
I host both MYSQL(using uniform server) and my OT on my own computer. I have tried to upload my config.lua in the same "www" as my hosted website but it did not work.

EDIT: I change my path to "/webspace/httpdocs/OT" when I try to solve my problem putting config.lua into the same folder as my website.
 
Last edited:
Okay I will try to explain how my folders is setup. I have a folder called "httpdocs". Inside that folder u can find two folder named "xxxxxx.com" and "OT". The folder OT contains my whole OT server(config.lua, real-server.exe, realserver.sql and the folders data, schemas etc...). The folder called "xxxxxx.com" contains my whole website(layout etc...).
 
Back
Top