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:
> mywebsite.com/di
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:
mywebsite.com/dir1/index?dir1/dir2/dir3/dir4/
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 i