[EMAIL PROTECTED] Re: mod_speling no longer works on nested directories

2008-06-28 Thread Sven Köhler
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.

[EMAIL PROTECTED] How to properly build querystring in RewriteRule

2008-06-28 Thread Sven Köhler
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

Re: [EMAIL PROTECTED] put method cgi script or webdav?

2008-06-28 Thread Christian Huldt
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