advertisement

Article:
  Installing a Wiki on Your iBook
Subject:   No graphics on external network
Date:   2003-06-13 12:59:50
From:   anonymous2
The install when without a hitch except for one small thing. In my internal network, everything looks great, but when I access the server from the internet, none of the graphics come through (little red x). Any clues as to why this would happen?
Full Threads Oldest First

Showing messages 1 through 2 of 2.

  • No graphics on external network
    2003-06-28 19:18:53  anonymous2 [Reply | View]

    I think something similar is happening to me. If I try to access from another machine to my ip (say 10.0.0.10) all the page link still show something like (localhost/phpwiki/index.php) and they can't be found. How do I get phpwiki to rebuild these? I think the graphics problem is probably the same!

    • re: No graphics on external network
      2003-07-05 19:55:41  anonymous2 [Reply | View]

      This probably has to do with hostname settings. I haven't set up wiki yet but I've seen this often with other web apps (like gallery, gallery.sf.net.) Somewhere in a wiki configuration file is a place to specify the hostname that is probably used as part of absolute URLs--the page will say 'img src="http://whatever.hostname/phpwiki/logo.gif"' or something like that. You can set it up so it works as localhost, for example, but when you access it via an IP address or domain name from another box, it'll fail--for example, if you tell it the host name is 127.0.0.1, other boxes will not see that. Or if you tell it mywiki.yourdomain.com, then when you access it over your LAN at 10.0.0.2, it'll also fail. Hint: load the page up on a machine where the graphics fail, then view the source of that page. I bet you'll see images referenced by absolute URLs.