url.rewrite = ( "modules/(.+)/controllers/(.+)\.php$" => "/index.php/$1/$2", "controllers/(.+)\.php$" => "/index.php/$1", "^(.*)$" => "index.php/$1" )