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

Port 80

xampp/apache/conf
httpd.conf

Line 45,46,47
PHP:
#Listen 0.0.0.0:80
#Listen [::]:80
Listen 80

Just change that, if you want to use another port, example:

PHP:
#Listen 0.0.0.0:8080
#Listen [::]:8080
Listen 8080
 
Back
Top