regex - Any help on rewriting rules 302 for K2 component? -
i'm moving component , content domain another... while i'm doing operation 302 redirect content of component "under construction" page. have tried :
rewriterule ^/index\.php\?option=com_k2&(.*)/?$ /under-construction/ [l,r=302] and 1 :
rewriterule /index\.php\?option=com_k2&([^/]*) /under-construction/ [l,r=302] with variations between both. can't find solution working, i'm getting 404. idea ?
Comments
Post a Comment