[users@httpd] problems with apr-iconv and mod_dav with special chars

2017-05-12 Thread Daniel Betz
Hey all, dont know if im right here, so i will quick ask my question here. In the german language are this annoying special chars and umlauts: äöü... Problem is, that when an user saves an file with these umlauts, and connects over webdav to the apache, then the umlauts are not readable and the

[users@httpd] unsubscibe

2016-05-24 Thread Daniel Betz

AW: [users@httpd] Problem with mod_rewrite, especially with ap_context_document_root() in apache 2.4.20

2016-05-04 Thread Daniel Betz
ith mod_rewrite, especially with > ap_context_document_root() in apache 2.4.20 > > On Wed, May 4, 2016 at 1:24 AM, Daniel Betz wrote: > > Heres the relevant part of my httpd.conf. mod_http2 isnt enabled, but > > i can give it an try > > > No need to give it a try. I thou

AW: [users@httpd] Problem with mod_rewrite, especially with ap_context_document_root() in apache 2.4.20

2016-05-03 Thread Daniel Betz
> On Tue, May 3, 2016 at 10:17 AM, Daniel Betz wrote: > > Hello List, > > > > i dont know if im right here, or that i should file a bugreport, but i will > > post > my problem here first. > > > > > > I have an easy rewrite Rule, which rewrites

[users@httpd] Problem with mod_rewrite, especially with ap_context_document_root() in apache 2.4.20

2016-05-03 Thread Daniel Betz
Hello List, i dont know if im right here, or that i should file a bugreport, but i will post my problem here first. I have an easy rewrite Rule, which rewrites everything to /index.php, when the filename or directory doesnt exist. RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L]