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

[XAMPP] No one can connect to my page but me

armitxe

New Member
Joined
Feb 15, 2009
Messages
65
Reaction score
1
Good evening.

Please excuse me for my bad english, this isn't my original leng.

Like the title says, the problem that i have is that i may only connect to my website from my local network, i've tried several things that i've saw on Google, some says that i have to edit "xampp\apache\conf\extra\httpd-xampp.conf" and add some things, i've already tried that, also switching servername at "\xampp\apache\conf\httpd.conf" and still got no results.

I don't got any router, also added the following ports to the windows firewall exception list: 80, 8080, 8000, every single one with the TCP and UDP option.

I've tried to connect from different proxy servers to watch what's the error that's showed up and is this: "The requested resource could not be loaded. libcurl returned the error:
connect() timed out!"

I'm using NO-IP for the configuration.
The website is: http://pokelatino.sytes.net if it helps to solve the problem.

There is no other problem with the website, everything else works well, it connects to the mysql database with no problem.

Thank you very much in advance for the help!
 
What Windows are you using? If your using XP you can try the following....


Check for any VPN software. The Cisco VPN client has a Zone Alarm firewall client and when uninstalled does not properly remove the firewall from the windows configuration, blocking port 80. To disable the firewall, do the following:

1 Restart Windows XP in Safe Mode.
2 Start->Run. Type in Regedit to open the registry editor.
3 Navigate to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\vsdatant
4 Click start in the right pane and modify the value from 2 (may be other than 2) to 3.
5 Restart the PC
 
@Xon vanetta Apache starts with no problem, at least at xampp control panel, however it doesn't connect to any port.

@Mesmeroo Yes, i'm using XP, there isn't any vsdatant at Services file :s
 
Back
Top