Forum Moderators: phranque
above is setup with www.mydomain.com
now my subdomains only work when i use the port number
subdomain.blahblah.com:8888 works good
so i registered another domain blahblah2.com
blahblah2.com --> blahblah.com:8888
intending to use subdomain.blahblah2.com.. but that doesnt work.
it just goes to www.blahblah.com
i hope this explains well enough ... any help would be appreciated
[httpd.apache.org...]
the problem is using my domain. apache is setup to listen on port 8888, because port 80 is blocked by my isp.
so my domain, which is pointed to my ip. has to have the port with it (8888).
but if i setup my domain to "forward to url" with myip and the port. It disreguards whatever subdomain you use.
ex.) if blahblah.com is setup to be forwarded to myip - 123.123.123.123:8888
blahblah.com goes to my main server page.
subdomain.blahblah.com still goes to my main server page b/c it disreguards the subdomain.
but if blahblah.com is only pointed to my ip w/o port.
blahblah.com - 123.123.123.123
then blahblah.com wont go anywhere w/o a port because apache is listening to port 8888 not port 80
blahblah.com:8888 goes to my main server page which is correct
subdomain.blahblah.com:8888 goes to the correct place also.
but i dont want to have to enter the port to use my subdomains.
so the question is..how do i setup my domain/apache to get around this