Re: [users@httpd] RewriteRule Blind to Parent Directories

2020-02-07 Thread Eric Covener
On Fri, Feb 7, 2020 at 12:48 PM Wayne Sallee wrote: > > RewriteRule is Blind to Parent Directories. > > So if I have: > > > RewriteRule (.*) mywebsite.com/dir1/index?$1 > > > > And the url entered is: > mywebsite.com/dir1/dir2/dir3/dir4/dir5/test > > It will get redirected to: >

[users@httpd] RewriteRule Blind to Parent Directories

2020-02-07 Thread Wayne Sallee
RewriteRule is Blind to Parent Directories. So if I have: RewriteRule (.*) mywebsite.com/dir1/index?$1 And the url entered is: mywebsite.com/dir1/dir2/dir3/dir4/dir5/test It will get redirected to: mywebsite.com/dir1/index?dir5/test Instead of:

Re: [users@httpd] Apache2 + NAS in DocumentRoot = faulty PDFs delivered ???

2020-02-07 Thread Klaus Neudecker
Hello Eric, hello mailinglist, today I made just a little try (after "EnableSendfile OFF" didn't work and I had no more clue at all) and changed the Parameter just to "EnableSendfile On" to see what's going to happen. And now it works!!! _Thank_you_very_much_(!) for the help, and my problem