I have correct partial urls like:
/abc/DEF/ghi/jkl.html
and requests for misspelt urls (wrong case only) like:
/abc/def/ghi/jkl.html
With debian sarge's apache 2.0.54 with mod_speling enabled,
the request was corrected and the page was returned.
With debian etch's apache 2.2.
Hi,
so i'd like to do the following:
If a Browser sends a request to "http://anyname.myserver.de"; then i'd
like to redirect the browser to
http://www.myserver.de/domain=name=anyname.myserver.de
If course, if anyname is substituted by ??? or &&& or ===, i still want
things to work properly
Use webdav för put, mod_dav is included with apache nowadays, i believe
the Script PUT suggestions are quite old.
Robert McNaught skrev:
Dear all,
I have been reading through some documentation regarding enabling the
HTTP PUT method. There is a variety of information on the internet,
although