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
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
> 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
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]