Did you restart apache? It works for me.
Before:
Allow: GET, HEAD, OPTIONS, TRACE
After:
Allow: GET, HEAD, POST, OPTIONS, TRACE, PROPFIND, COPY, MOVE, LOCK
options.php:
header('Allow: GET, HEAD, POST, OPTIONS, TRACE, PROPFIND, COPY, MOVE,
LOCK');
?>
Oscar F wrote:
Hey Marek,
Thanks for the r
Hey Marek,
Thanks for the reply. Nope, doesn't do anything...
O.
On Tue, 2003-10-07 at 09:19, Marek Kilimajer wrote:
> Just a wild guess, but try this in apache config:
> Script OPTIONS /options.php
>
> Oscar F wrote:
>
> > Hello all,
> >
> > I'm working on a php/dav server and I'm having a
Just a wild guess, but try this in apache config:
Script OPTIONS /options.php
Oscar F wrote:
Hello all,
I'm working on a php/dav server and I'm having a problem. When the
client sends an OPTIONS request to see what methods are allowed, they
only get "Allow: GET, HEAD, POST, OPTIONS, TRACE" back f
3 matches
Mail list logo