PHP and Apache MultiViews

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Styx

    PHP and Apache MultiViews

    Hi all!

    I've got a problem when using this combination. Everything works fine for
    browsers that send
    Accept: */*
    requests, but some web spiders say
    Accept: text/*
    and get 406 error since the actual type is application/...

    I worked this around by using type-map and creating .var files for each
    document... But maybe someone knows a better solution?

    Thanx in advance,
    Styx
Working...