On 8/3/10 4:49 PM, Hannes Magnusson wrote:
On Tue, Aug 3, 2010 at 22:57, J. Adams<zardozro...@gmail.com> wrote:
Hannes Magnusson wrote:
On Tue, Aug 3, 2010 at 01:10, J. Adams<zardozro...@gmail.com> wrote:
I'm hoping to improve (nay, create!) documentation for amfext.
Currently,
there really is none except here:
http://svn.php.net/repository/pecl/amfext/trunk/docs/
I tried to check out the documentation how-to linked from php.net, but
all
the links are 404. I'm talking about this:
http://doc.php.net/php/dochowto
How did you get there? The correct url is:
http://doc.php.net/php/dochowto/
The trailing slash is unfortunately important.
The link is here, repeatedly:
http://www.php.net/svn-php.php
Not its not. That links to http://php.net/dochowto which redirects to
http://doc.php.net/php/dochowto/ - with the slash.
So, how exactly did you end up on the page without the slash?
-Hannes
Because he is a user and users break things. There is nothing wrong with
being a user. If the page is not valid without a / it should either not
answer or should redirect. Having it answer with a page full of broken
links is pretty poor usability. Not sure what web server that is, but if
that is a directory, the web server vendor should take a hint from
Apache redirect that request. If it is an application based URL handler,
it should do the same IMO.
--
Brian.
--------
http://brian.moonspot.net/