Im using the master .htaccess http://joomla-master-htaccess.googlecode.com/svn-history/r40/trunk/joomla-master-htaccess.txt
im trying to set up a RewriteRule for my k2 module to add item, firebug Net panel points me to http://www.wyzed.net/component/k2/item/add?tmpl=component wich return a Not Found 404 error
item/add?tmpl=component
i have tried with this
RewriteRule ^components/com_k2.php$ - [L]
RewriteRule ^modules/mod_k2_content/tmpl/Default.php$ - [L]
RewriteRule ^modules/mod_k2_content.php$ - [L]
RewriteRule ^components/com_k2/controllers.php$ - [L]
still no success i was wondering if someone using joomla and k2 with master .htaccess add figure out how to add a exeption rule to k2 module