Zend certified PHP/Magento developer

How to change or overwrite order_id number in Magento store URL?

When viewing orders as customer order_id is visible in URL like this: /sales/order/view/order_id/20/

Is it possible to achieve that orders would be accessible by increment_id value instead? Otherwise there’s not much sense in changing increment_id (order number) if customers are still able to see order_id values, so they still know how many orders and at what pace store is getting.