View previous topic :: View next topic |
Author |
Message |
Dennis Ang -
Joined: 12 Jan 2004 Posts: 4
|
Posted: Mon Apr 24, 2006 12:57 pm Post subject: - |
|
|
---
Last edited by Dennis Ang on Wed Oct 08, 2014 3:33 pm; edited 1 time in total |
|
Back to top |
|
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Mon Apr 24, 2006 1:07 pm Post subject: |
|
|
Hello,
Your link works fine here (i removed the dots) but it doesnt display properly in FireFox.
It seems your router or modem (most likely your modem) does not support a feature called loopback. Its a common problem. There is no solution except to try upgrading your modems firmware which may add the feature.
You can make sure your site is still viewable to the outside world using www.proxify.com or another proxy website. You will have to access your website through localhost/127.0.0.1 unless you can get a firmware upgrade. _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
Dennis Ang -
Joined: 12 Jan 2004 Posts: 4
|
Posted: Mon Apr 24, 2006 1:10 pm Post subject: - |
|
|
---
Last edited by Dennis Ang on Wed Oct 08, 2014 3:34 pm; edited 1 time in total |
|
Back to top |
|
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Mon Apr 24, 2006 1:11 pm Post subject: |
|
|
No problem, glad I could help. _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
Tom Chapman -
Joined: 09 Jul 2005 Posts: 933 Location: Australia
|
Posted: Mon Apr 24, 2006 3:27 pm Post subject: |
|
|
AbyssUnderground may not have thought of this but you can atually go into
C:\WINDOWS\SYSTEM32\Drivers\etc\ and right click hosts and go open with -> Notepad
The Simply..
Code: |
# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
127.0.0.1 localhost
127.0.0.1 www.dennis.game-host.org
|
Copy that in there.
----------------------------------------------------------------------------
This will allow you to browse to yur site like anyone else only the connetion gets rebounded of Windows instead of your ISP and so on...
------------------------------------------------------------------------------
This is my 3rd addition to this post lol.
Use this style sheet. http://www.mrwiseone.com/aprelium/style.css
And make it so that your body tag is just <body> no extras. |
|
Back to top |
|
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Mon Apr 24, 2006 3:39 pm Post subject: |
|
|
That is a workaround, not a solution. Work arounds like that usually fail. Thats why I didnt mention it. _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
Dennis Ang -
Joined: 12 Jan 2004 Posts: 4
|
Posted: Mon Apr 24, 2006 3:43 pm Post subject: - |
|
|
--- |
|
Back to top |
|
 |
|