dss <[EMAIL PROTECTED]> writes:

> The issue I've run into is that if I add a relative
> link to this index.html template like:
> 
> <a href="bio.html">Bio</a>
> 
> it will only work as expected if I use 
> 
> www.domain.com/client/zzx/ga/index.html
> or
> www.domain.com/client/zzx/ga/
> 
> with the link being
> 
> www.domain.com/client/zzx/ga/bio.html
> 
> where if I use
> 
> www.domain.com/client/zzx/ga
> 
> the link points to
> 
> www.domain.com/clint/zzx/bio.html


I resolved this by redirecting requests from /ga to /ga/ if the target
is discovered to be a directory.

-- 
/ Jonas  -  http://jonas.liljegren.org/myself/en/index.html


Reply via email to