Enter URL http://localhost:10000/
End up at http://www.localhost.net.au/
Enter URL http://localhost/
End up at http://www.localhost.net.au/
Clear history
Clear cookies
Clear cache
Enter URL http://localhost/
End up at http://www.localhost.net.au/
Edit /etc/hosts
127.0.0.1 localhost
127.0.0.1 localhost.
127.0.0.1 localhost.localdomain
127.0.0.1 localhost.net.au
127.0.0.1 www.localhost.net.au
Enter URL http://localhost/
End up at http://www.localhost.net.au/ - the outside page
What the heck is happening???
Shit, I started using firebird just yesterday because I'm sick
and tired of my internet explorer making spurious attempts to contact
outside sites WITHOUT my asking, and firebird starts doing exactly the
same thing.
How about firebird ASKING before making any contact at all to
UNTYPED urls ? Could be a security option.
probably proxy server?
Entered URL -- http://zork/
Displayed page -- http://www.csd.uwo.ca/Infocom/zork1.html
The stupid firebird does this :
Ask google und use the fist match
Matthias
--
Please delete everything between "matti" and the "@" in my mail address.
Evan Water wrote:
> Running Firebird 0.6 under RedHat 7.1
>
> Enter URL http://localhost:10000/
ps : shouldn't that be : https://localhost:10000/
If not, you should probably update your version of webmin, which uses
http secure, hence the httpS
--
Eric
> Evan Water wrote:
>> Apparently Firebird invokes a *search* function if it can't immediately
>> contact the specified host..
>>
>> Entered URL -- http://zork/
>> Displayed page -- http://www.csd.uwo.ca/Infocom/zork1.html
>
> The stupid firebird does this :
> Ask google und use the fist match
The weird thing is the Google search isn't invoked in some cases. For
instance, when I type "firebird", the browser changes that to
"http://firebird/", which results in a 504 (Gateway timeout). Same result
with "zork", by the way.
OTOH, when I type "localhost" (I'm not running a webserver), I get
redirected to http://www.localhost.net.au/ ... Any ideas what's causing
the difference?
--
Vriendelijke groet, Raf
This has been driving me crazy, too!
In Advanced Preferences, set Keyword.Enabled FALSE.
For more information, see
<http://wp.netscape.com/escapes/keywords/faq.html#o1>
--
Mark R. Blain
I was working on my website (via http://localhost) and the thing
suddenly started dumping me to the localhost.com.au site in the middle
of my session! It was working fine SECONDS before, but then it
"broke." The problem was that httpd had hung or died.
Find out if this is your problem by trying to browse to
http://127.0.0.1 (the numerical IP address of 'localhost'). If you
get "connection refused" or similar error then your webserver isn't
responding. Fix that problem (ie, start or restart Apache, reboot the
box, etc) and http://localhost will (probably) start working again.
Is there a way to change the browser identification string? I ask
because I have heard you can do this to make some "IE only" websites
display (that are not actually IE only websites, but rather, have
targeted non IE browsers to be locked out).
Can anyone explain how this is done?
--
Joshua Beall
Heraldic Enterprises
Web Design and Consulting
http://HeraldicEnterprises.com
> Hi All,
>
> Is there a way to change the browser identification string? I ask
> because I have heard you can do this to make some "IE only" websites
> display (that are not actually IE only websites, but rather, have
> targeted non IE browsers to be locked out).
>
> Can anyone explain how this is done?
>
Install the prefbar, it has this feature along with many others :
http://www.xulplanet.com/downloads/prefbar/
Pascal
--
FAQ Mozilla/Netscape 7 en français : http://pascal.chevrel.free.fr/
Drag me, drop me, treat me like an object
Thanks, and sorry about posting a new thread as a reply to another.
That is what comes of clicking on buttons too fast!