View previous topic :: View next topic |
Author |
Message |
cchase88 -
Joined: 26 May 2005 Posts: 96
|
Posted: Tue Aug 30, 2005 11:26 pm Post subject: Viewing your own forum |
|
|
I know how to view my website localy (by typing in my Internal IP into the address bar), but now that I have my own forum running from my site, I can only view certain pages, For example: I can view and read the forum topics and things, but cannot sign in, out, go to the admin panel... etc.
Is there anyway to fix? |
|
Back to top |
|
 |
richardyork -
Joined: 22 Jun 2004 Posts: 411 Location: United Kingdom
|
Posted: Tue Aug 30, 2005 11:32 pm Post subject: |
|
|
I have never heard of this problem.... Sorry! _________________ Please SEARCH the forums BEFORE asking questions! |
|
Back to top |
|
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Tue Aug 30, 2005 11:46 pm Post subject: |
|
|
I assume you are using phpBB.
You need to login (use the normal method, then you click login you get an error 404, click back and refresh the page, you will be logged in) then click admin panel, configuration and change the domain from your local IP to your domain name (if you have one) or to your static IP.
If you have dynamic IP I suggest you get a no-ip or dyndns domain name to use.
Just as a note, this question has been asked before :P _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
cchase88 -
Joined: 26 May 2005 Posts: 96
|
Posted: Wed Aug 31, 2005 12:03 am Post subject: |
|
|
The Inquisitor wrote: | I assume you are using phpBB.
You need to login (use the normal method, then you click login you get an error 404, click back and refresh the page, you will be logged in) then click admin panel, configuration and change the domain from your local IP to your domain name (if you have one) or to your static IP.
If you have dynamic IP I suggest you get a no-ip or dyndns domain name to use.
Just as a note, this question has been asked before :P |
Yes Im using phpBB, I do have a dynamic IP, and I use No-ip's software, but even when I type my domain name that no-ip gives me, it comes up with my router main page |
|
Back to top |
|
 |
Anonymoose -
Joined: 09 Sep 2003 Posts: 2192
|
Posted: Wed Aug 31, 2005 12:54 am Post subject: |
|
|
Then your router does not support loopback. Search the forum for loopback for more details, including how to tweak your hosts file so that you can use your no-ip name inside your LAN. _________________
"Invent an idiot proof webserver and they'll invent a better idiot..." |
|
Back to top |
|
 |
cchase88 -
Joined: 26 May 2005 Posts: 96
|
Posted: Wed Aug 31, 2005 1:04 am Post subject: |
|
|
Quote: | tcp2000,
Most routers do not do "loopback". So you should use the following workaround to make your computer go to the LAN IP address directly instead of using the router IP and having the "loopback" problem when using www.mydynalias.dynalias.com .
Open with Windows Notepad or any text editor, the file C:\WINNT\system32\drivers\etc\hosts or C:\WINDOWS\system32\drivers\etc\hosts .
Add to this file the following line:
Code:
127.0.0.1 www.mydynalias.dynalias.com
Save the file and retry accessing the site from your computer using the full name. It should work now. |
I found what I was looking for... thanks aprelium |
|
Back to top |
|
 |
cchase88 -
Joined: 26 May 2005 Posts: 96
|
Posted: Wed Aug 31, 2005 1:10 am Post subject: |
|
|
well I put this in my HOSTS file:
127.0.0.1 server88.hopto.org
I got the same result as when I type my local ip (192.168.2.75) |
|
Back to top |
|
 |
Anonymoose -
Joined: 09 Sep 2003 Posts: 2192
|
Posted: Wed Aug 31, 2005 9:47 am Post subject: |
|
|
Sounds like somewhere in your site you have hardcoded an IP address rather than the DNS name... Do you get the router login page immediately on accessing server88.hopto.org or once you start navigating the forum? _________________
"Invent an idiot proof webserver and they'll invent a better idiot..." |
|
Back to top |
|
 |
cchase88 -
Joined: 26 May 2005 Posts: 96
|
Posted: Wed Aug 31, 2005 12:51 pm Post subject: |
|
|
yes, as soon as I type "server88.hopto.org" in the address bar it goes directly to my router, for the forum, I can see it on certain pages by first going to "192.168.2.75" which is my local IP, but when I try to sign in or make a forum and stuff like that it says "Page Cannot be Displayed" |
|
Back to top |
|
 |
Anonymoose -
Joined: 09 Sep 2003 Posts: 2192
|
Posted: Wed Aug 31, 2005 12:59 pm Post subject: |
|
|
Hmm.
Can you confirm the exact path of the hosts file you modified?
Have you closed and reopened your browser(s) since modifying the hosts file?
Have you emptied your browser(s) cache?
Have you restarted your PC? _________________
"Invent an idiot proof webserver and they'll invent a better idiot..." |
|
Back to top |
|
 |
cchase88 -
Joined: 26 May 2005 Posts: 96
|
Posted: Mon Sep 12, 2005 4:09 am Post subject: |
|
|
wow, sorry to bump this.
Anonymoose, I have done all of those things, I still cant figure out what is happening |
|
Back to top |
|
 |
|