Forum Moderators: phranque

Message Too Old, No Replies

redirection using rewrite map

         

ttkt

12:44 pm on Mar 11, 2007 (gmt 0)

10+ Year Member



Below is the code to redirect for example, [domain...] name/about

RewriteRule ^/(.*) [domain...] name/$1 [L,R]

How do i redirect if i have for example, [domain...] name/about/staff and [domain...] name/about/staff/admin?

Please advise, thanks.