Subject: | AxHandleDirs doesn't convert directory into directory/ |
(On mac os x 10.2.3) I have AxHandleDirs set up on a directory named "people" with the following relevant htaccess lines:
AxHandleDirs On
AxAddProcessor text/xsl /people/username.xsl
AxAddProcessor text/xsl /xsl/site.xsl
when I load example.com/people the page displays fine, but normally apache updates (forwards?) the URL to example.com/people/ and that's not happening. This is a Bad Thing because then relative links break. A relative link e.g., "simon/index.html" then loads example.com/simon/index.html" instead of example.com/people/simon/index.html