Hello,
On Wed, Jul 15, 2009 at 1:20 AM, J. Greenlees wrote:
>
> Yup, the server puts the trailing slash on the url when it responds to
> the browser request.
> If you put the trailing slash on the document root, then the server
> REQUIRES it.
> this makes http://example.com fail to resolve, the ty
howard chen wrote:
> In the document: http://httpd.apache.org/docs/2.0/mod/core.html#documentroot
>
> It said
> >> The DocumentRoot should be specified without a trailing slash.
>
> However, even I end with a trailing slash, it is ok.
> Any other impact? (as the document only told you not to, w
In the document: http://httpd.apache.org/docs/2.0/mod/core.html#documentroot
It said
>> The DocumentRoot should be specified without a trailing slash.
However, even I end with a trailing slash, it is ok.
Any other impact? (as the document only told you not to, without reason)
Thanks.