No. You're confusing two things
A redirect is a redirect ie. it tells apache that content has moved from one place to another (301 permanently, 302 temporary etc.,)
The rewrite rule can do both, but it's not as simple as the one you provided
You might find the mod_rewrite cheatsheet helpful |