On Fri, Dec 16, 2016 at 10:26 AM, Thomas Schweikle <[email protected]> wrote: > RewriteRule ^/xyz/(.*) "/abc/$1" [R,L]
When this rule was first -- If it's in htaccess, the ^/ will not match. Your other rule accounts for this by making the leading slash optional. -- Eric Covener [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
