list fails on some computers - missing www

This is a discussion on list fails on some computers - missing www within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Hello, Can someone tell me why on some computers the following list will fail . I have a user reported that ...


Go Back   Usenet Forums > PHP Programming Forums > alt.comp.lang.php

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 03-03-2007
Vic Spainhower
 
Posts: n/a
Default list fails on some computers - missing www

Hello,

Can someone tell me why on some computers the following list will fail . I
have a user reported that some of the links in the below list will fail and
some will work. The ones that fail will have the www missing in the URL. For
example when this particular computer will have the link as
http://mysite.com/entry_page.php instead of
http://www.mysite.com/entry_page.php

This is only happening on 1 computer as far as I know and I sure can't
explain it. Hope you can!

This you very much!

Vic

<div id="navcontainer">
<ul id="navlist">
<li><a href="judges.php" >Judges</a></li>
<li><a href="entry_page.php" >Enter Horse</a></li>
<li><a href="fileupload.php?do=upload">Show Schedule</a></li>
<li><a href="classes_listdetail.php?do=<?php echo $_SESSION['ShowID'];
?>">Class List</a></li>
<li><a href="showresults.php">Show Results</a></li>
<li><a href="myhorses.php">My Horses</a></li>
<li><a href="removeshow.php?remove=<?php echo $_SESSION['ShowID'];
?>">Remove Show</a></li>
</ul>
</div>



Reply With Quote
  #2 (permalink)  
Old 03-03-2007
OmegaJunior
 
Posts: n/a
Default Re: list fails on some computers - missing www

On Sat, 03 Mar 2007 20:47:33 +0100, Vic Spainhower <vic@showsec.com> wrote:

> Hello,
>
> Can someone tell me why on some computers the following list will fail.
> I
> have a user reported that some of the links in the below list will fail
> and
> some will work. The ones that fail will have the www missing in the URL.
> For
> example when this particular computer will have the link as
> http://mysite.com/entry_page.php instead of
> http://www.mysite.com/entry_page.php
>
> This is only happening on 1 computer as far as I know and I sure can't
> explain it. Hope you can!
>
> This you very much!
>
> Vic
>
> <div id="navcontainer">
> <ul id="navlist">
> <li><a href="judges.php" >Judges</a></li>
> <li><a href="entry_page.php" >Enter Horse</a></li>
> <li><a href="fileupload.php?do=upload">Show Schedule</a></li>
> <li><a href="classes_listdetail.php?do=<?php echo $_SESSION['ShowID'];
> ?>">Class List</a></li>
> <li><a href="showresults.php">Show Results</a></li>
> <li><a href="myhorses.php">My Horses</a></li>
> <li><a href="removeshow.php?remove=<?php echo $_SESSION['ShowID'];
> ?>">Remove Show</a></li>
> </ul>
> </div>
>
>
>


How did you specify your session cookies? Cookies are domain dependant,
meaning the www prefix does make a difference.

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Reply With Quote
  #3 (permalink)  
Old 03-04-2007
shimmyshack
 
Posts: n/a
Default Re: list fails on some computers - missing www

On 3 Mar, 21:11, OmegaJunior <omegajun...@spamremove.omegajunior.net>
wrote:
> On Sat, 03 Mar 2007 20:47:33 +0100, Vic Spainhower <v...@showsec.com> wrote:
> > Hello,

>
> > Can someone tell me why on some computers the following list will fail .
> > I
> > have a user reported that some of the links in the below list will fail
> > and
> > some will work. The ones that fail will have the www missing in the URL.
> > For
> > example when this particular computer will have the link as
> >http://mysite.com/entry_page.php instead of
> >http://www.mysite.com/entry_page.php

>
> > This is only happening on 1 computer as far as I know and I sure can't
> > explain it. Hope you can!

>
> > This you very much!

>
> > Vic

>
> > <div id="navcontainer">
> > <ul id="navlist">
> > <li><a href="judges.php" >Judges</a></li>
> > <li><a href="entry_page.php" >Enter Horse</a></li>
> > <li><a href="fileupload.php?do=upload">Show Schedule</a></li>
> > <li><a href="classes_listdetail.php?do=<?php echo $_SESSION['ShowID'];
> > ?>">Class List</a></li>
> > <li><a href="showresults.php">Show Results</a></li>
> > <li><a href="myhorses.php">My Horses</a></li>
> > <li><a href="removeshow.php?remove=<?php echo $_SESSION['ShowID'];
> > ?>">Remove Show</a></li>
> > </ul>
> > </div>

>
> How did you specify your session cookies? Cookies are domain dependant,
> meaning the www prefix does make a difference.
>
> --
> Using Opera's revolutionary e-mail client:http://www.opera.com/mail/


hows your DNS for the sub domain www, and perhaps it was the users
fault, maybe during his browser session (which pinned his DNS for the
www host to the correct IP) he then clicked on a list for the other
domain which failed because his DNS was down only he didnt know this
because the other links continued to work , and he just tushed off an
email to you.
He could have had his email client up in the browser too which would
have pinned that mail host-mail->IP as well.
It is a possible though perhaps unrealistic scenario without more, I
mean much more we are just stabbing in the dark thought arent we!?

Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 01:10 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0