Re: XHTML 1.1 and browser compatibility
Mark Tranchant wrote:
[color=blue]
> All URLs are provided without extension: any attempt to link to one
> with extension will redirect to the plain version.[/color]
May I ask how you did this? I tried what seemed obvious to me:
RedirectMatch (.*)\.html$ $1
When combined with multiviews, it resulted in a 404 error on all urls,
and a 302 found error while trying to use ErrorDocument.
--
Brian (remove "invalid" from my address to email me)
Mark Tranchant wrote:
[color=blue]
> All URLs are provided without extension: any attempt to link to one
> with extension will redirect to the plain version.[/color]
May I ask how you did this? I tried what seemed obvious to me:
RedirectMatch (.*)\.html$ $1
When combined with multiviews, it resulted in a 404 error on all urls,
and a 302 found error while trying to use ErrorDocument.
--
Brian (remove "invalid" from my address to email me)
Comment