Yes sure...
This is the acual redirect code in my .htaccess file
Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^example.com [nc]
rewriterule ^(.*)$ http://www.example.com /$1 [r=301,nc,L] (<---there is no space in acual file between my domain and /$1, I put a space so google wont fallow my domain and /$1)
Redirect 301 /services_of_amberd_design_studio.html http://www.example.com/services.html
Redirect 301 /portfolio_digital_illustration9_amberd_design_studio.html http://www.example.com/art_gallery/vector_illustrations.html
Redirect 301 /portfolio_digital_illustration6_amberd_design_studio.html http://www.example.com/art_gallery/vector_illustrations.html
Redirect 301 /logo_design_amberd_design_studio.html http://www.example.com/portfolio/logo_design_portfolio.html
Redirect 301 /greeting_cards_amberd_design_studio.html http://www.example.com/portfolio/graphic_design_portfolio.html
Redirect 301 /flyers_postcards_amberd_design_studio.html http://www.example.com/portfolio/graphic_design_portfolio.html
Redirect 301 /doorhangers_signs_amberd_design_studio.html http://www.example.com/portfolio/graphic_design_portfolio.html
Redirect 301 /digital_illustrations_of_emin_sinanyan.html http://www.example.com/art_gallery/vector_illustrations.html
Redirect 301 /contact_amberd_design_studio.html http://www.example.com/contact.html
Redirect 301 /cd_dvd_amberd_design_studio.html http://www.example.com/portfolio/graphic_design_portfolio.html
Redirect 301 /services_of_amberd_design_studio.html http://www.example.com/services.html
Redirect 301 /photo_manipulations2_of_emin_sinanyan.html http://www.example.com/art_gallery/photo_manipulations.html
Redirect 301 /index_amberd_design_studio.html http://www.example.com/index.html
Redirect 301 /graphic_design_amberd_design_studio.html http://www.example.com/portfolio/graphic_design_portfolio.html
Redirect 301 /art_gallery_of_emin_sinanyan.html http://www.example.com/art_gallery/index.html
Redirect 301 /web_design_amberd_design_studio.html http://www.example.com/portfolio/website_design_portfolio.html
Redirect 301 /portfolio_digital_illustration_amberd_design_studio.html http://www.example.com/art_gallery/vector_illustrations.html
Redirect 301 /photo_manipulations_of_emin_sinanyan.html http://www.example.com/art_gallery/photo_manipulations.html
Redirect 301 /paintings_of_emin_sinanyan.html http://www.example.com/art_gallery/paintings.html
Redirect 301 /business_cards_amberd_design_studio.html http://www.example.com/portfolio/graphic_design_portfolio.html
Redirect 301 /web_design_amberd_design_studio.html http://www.example.com/web_design_amberd_design_studio.html
Redirect 301 /portfolio_digital_illustration5_amberd_design_studio.html http://www.example.com/art_gallery/vector_illustrations.html
Redirect 301 /quote_amberd_design_studio.html http://www.example.com/free_quote.html
Redirect 301 /sitemap/sitemap.html http://www.example.com/sitemap.html
Redirect 301 /sitemap/sitemap.xml http://www.example.com/sitemap.xml
Redirect 301 /portfolio/services.html http://www.example.com/services.html
Redirect 301 /sketches_drawings_of_emin_sinanyan.html http://www.example.com/art_gallery/sketches.html
Redirect 301 /self_painings_of_emin_sinanyan.html http://www.example.com/art_gallery/self_portraits_of_emin_sinanyan.html
Redirect 301 /art_gallery_animation/animations_of_emin_sinanyan.html http://www.example.com/art_gallery/animation.html
Redirect 301 /digital_paintings_of_emin_sinanyan.html http://www.example.com/art_gallery/digital_paintings.html
Redirect 301 /slideshow/illustrations/digital_illustrations_of_emin_sinanyan.html http://www.example.com/art_gallery/vector_illustrations.html
Redirect 301 /portfolio/graphic_design_port.. http://www.example.com/portfolio/graphic_design_portfolio.html
Redirect 301 /test.html http://www.example.com/contact.html
Redirect 301 /portfolio/graphic-d http://www.example.com/portfolio/graphic-design-portfolio.html
Redirect 301 /art_gallery/digital_paintings.html http://www.example.com/art-gallery/digital-paintings.html
Redirect 301 /art_gallery/photo_manipulations.html http://www.example.com/art-gallery/photo-manipulations.html
Redirect 301 /art_gallery/self_portraits_of_emin_sinanyan.html http://www.example.com/art-gallery/self-portraits-of-emin-sinanyan.html
Redirect 301 /art_gallery/vector_illustrations.html http://www.example.com/art-gallery/vector-illustrations.html
Redirect 301 /free_quote.html http://www.example.com/free-quote.html
Redirect 301 /portfolio/graphic_design_portfolio.html http://www.example.com/portfolio/graphic-design-portfolio.html
Redirect 301 /portfolio/website_design_portfolio.html http://www.example.com/portfolio/website-design-portfolio.html
Redirect 301 /portfolio/logo_design_portfolio.html http://www.example.com/portfolio/logo-design-portfolio.html
Redirect 301 /social_media.html http://www.example.com/social-media.html
Redirect 301 /history_of_the_fortress_of_amberd.html http://www.example.com/about.html
Redirect 301 /portfolio/portfolio/portfolio.html http://www.example.com/portfolio/index.html
Redirect 301 /portfolio_of_amberd_design_studio.html http://www.example.com/portfolio/index.html
Redirect 301 /art-gallery/art_gallery_of_emin_sinanyan.html http://www.example.com/art-gallery/index.html
Redirect 301 /po http://www.example.com/portfolio/index.html
[edited by: incrediBILL at 8:48 pm (utc) on May 22, 2012]
[edit reason] fixed URLS, use Example.com [/edit]