Server Help Forum Index Server Help
Community forums for Subgame, ASSS, and bots
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   StatisticsStatistics   RegisterRegister 
 ProfileProfile   Login to check your private messagesLogin to check your private messages   LoginLogin (SSL) 

Server Help | ASSS Wiki (0) | Shanky.com
home page works, click links and Page can not be displayed??

 
Post new topic   Reply to topic Printable version
 View previous topic  phpbb3 Post :: Post The act of feeding upon carcases, the ...  View next topic  
Author Message
simon1
Guest


Offline

PostPosted: Wed Jan 03, 2007 7:41 pm   Post maybe stupid    Post subject: home page works, click links and Page can not be displayed?? Reply to topic Reply with quote

Set up my own server using xampp. installed Invision Power Board [IPB]. using http://localhost/forums/index.php works fine for me and also http://myIP/forums/index.php works fine for me. however http://myip/forums/index.php allows out side users / clients to connect to the main page of the forum. However when they want to navigate around it like click "login" or "register" they get "Page cannot be displayed".

Is this a server set up problem?

is there any ideas around this..

I am not sure if i am in the correct place here. However im not sure if this is server related problem (i think it is) or a board problem.

Maby someone can help me out here.
Back to top
Solid_Fire
Server Help Squatter


Age:35
Gender:Gender:Male
Joined: Dec 22 2004
Posts: 327
Location: NV. Dont stalk me..plz..
Offline

PostPosted: Thu Jan 04, 2007 12:10 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

Page cannot be displayed. Obvisouly you didn't set it up right. Try the IPB forums...I'm sure there is a thread that can help you there..
_________________
Unknown Webmaster, Confused Game Player
Back to top
View users profile Send private message Add User to Ignore List Send email AIM Address Yahoo Messenger
Solo Ace
Yeah, I'm in touch with reality...we correspond from time to time.


Age:37
Gender:Gender:Male
Joined: Feb 06 2004
Posts: 2583
Location: The Netherlands
Offline

PostPosted: Thu Jan 04, 2007 2:27 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

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:

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.


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 216.73.216.118 (Note: I don't know your WAN IP address, I'm using the [cuserip] 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.
Back to top
View users profile Send private message Add User to Ignore List
Maverick
broken record


Age:40
Gender:Gender:Male
Joined: Feb 26 2005
Posts: 1521
Location: The Netherlands
Offline

PostPosted: Thu Jan 04, 2007 2:27 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

If you are trying in Internet Explorer, make sure you have friendly http error messages disabled so you can see the real errors. (Tools / Internet Options / Advanced tab / "Show friendly HTTP error messages" )

It's probably a server problem. Also, have you already tried viewing the error.log ?
_________________
Nickname: Maverick (I changed my name!)
TWCore developer | Subspace statistics


Last edited by Maverick on Thu Jan 04, 2007 2:32 am, edited 3 times in total
Back to top
View users profile Send private message Add User to Ignore List Visit posters website
Solo Ace
Yeah, I'm in touch with reality...we correspond from time to time.


Age:37
Gender:Gender:Male
Joined: Feb 06 2004
Posts: 2583
Location: The Netherlands
Offline

PostPosted: Thu Jan 04, 2007 2:28 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

Oh wow good morning Maverick!
Back to top
View users profile Send private message Add User to Ignore List
Maverick
broken record


Age:40
Gender:Gender:Male
Joined: Feb 26 2005
Posts: 1521
Location: The Netherlands
Offline

PostPosted: Thu Jan 04, 2007 2:30 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

Good morning icon_smile.gif
Heh posted at the same time


Last edited by Maverick on Thu Jan 04, 2007 2:32 am, edited 1 time in total
Back to top
View users profile Send private message Add User to Ignore List Visit posters website
Solo Ace
Yeah, I'm in touch with reality...we correspond from time to time.


Age:37
Gender:Gender:Male
Joined: Feb 06 2004
Posts: 2583
Location: The Netherlands
Offline

PostPosted: Thu Jan 04, 2007 2:32 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

Crap, I used [clientip], which should've been [userip]. icon_sad.gif
I suck for not checking. icon_smile.gif
Back to top
View users profile Send private message Add User to Ignore List
Solid_Fire
Server Help Squatter


Age:35
Gender:Gender:Male
Joined: Dec 22 2004
Posts: 327
Location: NV. Dont stalk me..plz..
Offline

PostPosted: Thu Jan 04, 2007 4:37 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

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:

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.


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.


I thank you solo, for stating the obvious in me, thank you very much.
Back to top
View users profile Send private message Add User to Ignore List Send email AIM Address Yahoo Messenger
Display posts from previous:   
Post new topic   Reply to topic    Server Help Forum Index -> Trash Talk All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum
View online users | View Statistics | View Ignored List


Software by php BB © php BB Group
Server Load: 336 page(s) served in previous 5 minutes.

phpBB Created this page in 0.634746 seconds : 33 queries executed (87.0%): GZIP compression disabled