When I use port 8080, it connects to my router at the domain (it seems that just about everything but port 80 makes it where the domain connects to the router and yet its still lan so its not opening the ports right)
I'm also running a dyndns static host named tsr.gotdns.com FYI
----------------------------------------------------
INSTANCE 1
----------------------------------------------------
Settings:
Code:
Listen 192.168.1.101:80
Listen 192.168.1.101:8080
...
NameVirtualHost 192.168.1.101:8080
<VirtualHost 192.168.1.101:8080>
DocumentRoot /www/The-Shadow-Realm
ServerName tsr.gotdns.com
#ServerAlias tsr.gotdns.com *.tsr.gotdns.com
ServerAdmin robbob4@hotmail.com
</VirtualHost>
...
ServerName 192.168.1.101:8080
Router Settings:
No forwarded HTTP ports
No triggered HTTP ports
Results:
localhost : n/a
192.168.1.101: XAMPP Login
68.105.230.187: Router Login
tsr.gotdns.com: Router Login
192.168.1.1: Router Login (Normal)
----------------------------------------------------
INSTANCE 2
----------------------------------------------------
Settings:
Code:
Listen 192.168.1.101:80
Listen 192.168.1.101:8080
...
NameVirtualHost 192.168.1.101:8080
<VirtualHost 192.168.1.101:8080>
DocumentRoot /www/The-Shadow-Realm
ServerName tsr.gotdns.com
#ServerAlias tsr.gotdns.com *.tsr.gotdns.com
ServerAdmin robbob4@hotmail.com
</VirtualHost>
...
ServerName 192.168.1.101:8080
Router Settings:
Forwarded HTTP ports:
1. HTTP 8080
to 8080 TCP 192.168.1.101
ENABLED
No triggered HTTP ports
Results:
localhost : n/a
192.168.1.101: XAMPP Login
68.105.230.187: Router Login
tsr.gotdns.com: Router Login
192.168.1.1: Router Login (Normal)