Yes, it does matter. Most web servers contain code (MS IIS) or configuration (ASF httpd) to work around the fact that users often leave off the trailing slash. It's better to save the servers the extra work and provide properly formed URLs in the first place.
- Dan On Tue, 28 Jan 2003, Quinton McCombs wrote: > None of the sites listed in the file have them... Does it matter? The > links work. > > > -----Original Message----- > > From: Daniel Rall [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, January 28, 2003 2:58 PM > > To: Turbine Developers List > > Subject: Re: cvs commit: jakarta-turbine-site/xdocs/common powered.xml > > > > > > Missing trailing slashes. > > > > On 27 Jan 2003 [EMAIL PROTECTED] wrote: > > > > > quintonm 2003/01/27 13:28:39 > > > > > > Modified: xdocs/common powered.xml > > > Log: > > > Added www.nequalsone.com to the list of "powered by" sites > > > > > > Revision Changes Path > > > 1.8 +12 -0 jakarta-turbine-site/xdocs/common/powered.xml > > > > > > Index: powered.xml > > > > > =================================================================== > > > RCS file: > > /home/cvs/jakarta-turbine-site/xdocs/common/powered.xml,v > > > retrieving revision 1.7 > > > retrieving revision 1.8 > > > diff -u -r1.7 -r1.8 > > > --- powered.xml 27 Jan 2003 20:07:26 -0000 1.7 > > > +++ powered.xml 27 Jan 2003 21:28:39 -0000 1.8 > > > @@ -189,6 +189,18 @@ > > > <a href="http://www.itweb.com.mx">Integrated Technology</a> > > > </td> > > > </tr> > > > + <tr> > > > + <td> > > > + <a href="http://www.nequalsone.com">www.nequalsone.com</a> > > > + </td> > > > + <td> > > > + A web based marketing tool designed specifically for the > > > + health care industry. > > > + </td> > > > + <td> > > > + <a href="http://www.nequalsone.com">www.nequalsone.com</a> > > > + </td> > > > + </tr> > > > </table> > > > </section> > > > > > > > > > > > > > > > > > > -- > > > To unsubscribe, e-mail: > > <mailto:turbine-dev-> [EMAIL PROTECTED]> > > > For > > additional commands, > > e-mail: > > > <mailto:[EMAIL PROTECTED]> > > > > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:turbine-dev-> [EMAIL PROTECTED]> > > For > > additional commands, > > e-mail: <mailto:[EMAIL PROTECTED]> > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
