How profitable is the product?
How large is the team?

These questions will be your starting point for a solution.  The more profitable and larger the team the faster you will be able to refactor code to a newer form.

But with large projects there is typically a lot at risk with changes to the code.  There must be areas that "just work" that haven't been looked at in years.  Getting bugs in these areas will be a big challenge.  It will take awhile to get your gears spinning to even debug these areas.

My though is to study the code in detail.  When you are really sure you know it cold, give a presentation to others that are knowledgable in the code base.  This will point out the next batch of code that you thought you knew but didn't.  As the code starts to get into your head a clearer and clearer picture of what is needed will just emerge in your mind.  Then you are ready to work out a plan for the first step.  Make it something reasonable and don't bite off too much.

Above all, learn and have fun.  Re-working a large project can be quite fun as long as you have the right attitude.