Quote: |
The addresses that Invision Power Board is located at should automatically be detected and filled in. The Install Directory setting should be a server path to your Invision Power Board installation, whereas the Install Address setting should be the URL you would use to access it via a web browser. Example settings are shown below, but consult your host if you are unsure what these should be:
• Install Directory - /home/username/public_html/forums/ • Install Address – http://www.example.com/forums/ Once you have verified these addresses, click Next to proceed. |
Solo Ace wrote: | ||
This is Server Help for the game Continuum, however, you're still welcome here.
I'd tell you to never listen to Solid_Fire and I think his method of trying to "help" you actually lacks any help, but you might indeed be better off somewhere else. Anyway, according to the IPB documentation, this is what's the installer asks you:
So, as installation directory you should see something like /home/username/public_html/forums or /var/www/default/forums on Linux or C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\forums on Windows. Anyway, I'm assuming you installed the forums on http://localhost/forums/. The installer took this address as install address in its configuration. This causes the external users to be redirected to http://localhost/forums/ later. You can check your config file, which might be named conf_global.php, or just re-install to fix this. The forums need to be configured for approach from an external host, therefore you might have to install from an external host or make the server think you are an external host. Take your WAN IP address, which is [clientip] (Note: I don't know your WAN IP address, I'm using the [clientip] tag, which will be replaced by your own IP address) and can be found on http://www.whatismyip.com/ and use this for the installation address of your forums. This might be somewhat confusing, but IPB isn't really made to run on localhost. If you fixed the problem by doing what I described above, you will still be able to access the forums by using http://localhost/forums, but you'll have to change the address to a correct address after clicking any link. Some routers or maybe even ISPs (well, that's probably stupid) return requests from your LAN if the destination IP is equal to your WAN IP, this would easily allow you to access your forums from your localhost. |