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

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -