Zyzzy,
You have the forward port 80 of the machine where your WordPress blog is running. For example: if the ip address of the system is 192.168.0.10, you need to setup your router to forward 192.168.0.10 on port 80 so that the rest of the world can see it.
In addition, you also need to make an entry with your Windows “hosts” file so that you can type in my.dns.addy.org in your browser. Typing localhost should work also.
Hosts entry
192.168.0.10 http://my.dns.addy.org
Hope that works out for you.
Regards,
Ulysses
Thread Starter
zyzzy
(@zyzzy)
Ulysses,
The port forwarding is already done – although I use 1024 because my ISP blocks port 80. This “host” thing sounds like what I need, but I don’t know how do that š I’m using FF 1.0.7, if it helps in anything.
Thank you,
Zyzzy.
Thread Starter
zyzzy
(@zyzzy)
PS: Is it the one in C:\Windows\system32\drivers\etc? If so, after I add the entry, do I reboot?
Ty,
Zyzzy.
Your host file can be found in WINDOWS\system32\drivers\etc.
It’s a plaintext file, edit with notepad or similar.
Thread Starter
zyzzy
(@zyzzy)
Ulysses, Class,
I’ve tried editing the host file (actually I found 2, “hosts” & “hosts.msn” – I edited both), but when I type http://my.dns.addy.org in FF, I still get the error. The entry must have the “http://” part, right? Does this file startus up automatically? *head scratch*
Thanks,
Zyzzy.
It’s the hosts that is correct and no, just use the domain, like my.dns.addy.org.
The entry in your hosts file should look like this:
192.168.0.10 my.dns.addy.org
Most definitely without the http:// bit.
A reboot will make sure your PC picks it up (though it shouldn’t really be necessary).
Thread Starter
zyzzy
(@zyzzy)
Ahhh I see.. one last thing: does the hosts file admit ports? Example: 192.168.0.10:1024
Thread Starter
zyzzy
(@zyzzy)
No effect š could it be cause of the :1024 maybe?
hmm. try typing this in your browser: http://my.dns.addy.org:1024
Hi,
I’d like to add that I’m having a problem that seems similar to the one Zyzzy is having. I have my, admittadly, simplistic site set up at http://romptown.org/blog.
I have no problem viewing the site from within my local network, which I take to mean that the site should work, with proper routing, from the outside as well.
However, when I attempt to view the site from anywhere outside my network, or though a proxy, it never finishes loading. Interestingly, the default Os X Server homepage I have running at http://romptown.org and its accompanying blog work fine from within and without my local network.
I have port forwarding from port 2175 to port 80 on my web server, and dns pointing to romptown.org:2175, so I can’t understand why my blog won’t load. Any ideas? Thanks
BenHMin, I suspect it has to do with the fact that when [I] try to reach it, I’m directed to 192.168.0.100, which is a local IP on your LAN, not one that’s accessable to the Internet at large.
How would one go about changing to which IP wordpress points to? In the wp-config.php file i can edit the database host, but should I?
Thread Starter
zyzzy
(@zyzzy)
Ulysses, the DNS service I use already makes the port changes, so there’s no need to use the :1024 at the end of the URL. Maybe Windows doesn’t like that in the hosts file?
Thread Starter
zyzzy
(@zyzzy)
Nevermind, I know what it is. Hosts file doesn’t use ports at the end, so it wasn’t working. I made all the changes to use port 80 and it works. Problem is that my ISP blocks port 80 – but that’s not you guys’ problem š
Thanks very much for the help! š