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

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -