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: