Trailing slash problem!

hey http://anilw.info/blog/ works bot http://anilw.info/blog not
Give me the solution

http://anilw.info

That’s entirely because of how your server is configured.
Go fix your server config.

On Thu, Aug 03, 2006 at 11:00:51PM +0530, Anil W. wrote:

hey http://anilw.info/blog/ works bot http://anilw.info/blog not
Give me the solution

http://anilw.info


Typo-list mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/typo-list


Kevin B.
http://kevin.sb.org
[email protected]

Specifically, this is an issue with Apache or whichever server you’re
using. There’s a clean fix out there somewhere, but the simple ugly
fix is to redirect from /blog to /blog/. Frankly, that’s what Apache
will do for you if it’s configured right, so adding a redirect line
isn’t that ugly :-).

Scott