ActiveController and (web)Controller in different folders?

[color="#0000FF"]How to separate ActiveController and (web)Controller in different folders?[/color]

controllers/active/UserController.php //All my ActiveController

controllers/SiteController.php //All my normal Controller

Try using modules.