Ok, installed WordPress fine on my server. Sat up fordwarding of port 80 and configured my domain to point to my server. Everything is fine except that everyone can access my blog except me.
When I'm at home (i.e. on the LAN) and try to access my blog all I get is my router's login box. The router has a web ui running on the "inside" on port 80. This messes with the NAT and portforward when the request comes from the "inside". Unfortunately I'm unable to turn off or move this UI to some other port.
Nevermind I though, I'll just access the blog via the internal IP whenever I'm at home. But when I try to access the blog via the internal IP wordpress automatically redirects to the full domain (siteurl in config).
If there any way to stop wordpress redirecting to full siteurl when it's accessed via internal ip?
I.e. blog is at blog.codewrench.net, if I try to access it via 192.168.10.2 which is it's internal IP wordpress automatically redirects to blog.codewrench.net.
Thanks