Well, I have been trying to use the go daddy 301 redirect setup in their hosting manager.
for example I am trying to redirect http://www.bradoconnorphotography.com/Weddings/wpackages/wpackages.html
to
http://www.bradoconnorphotography.com/?page_id=2 (this is the non permalink address)
This is the htaccess in the root of my photography domain
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
This is inside of the blog folder which is inside of the root of the photography domain
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>
# END WordPress
And this is the root of all my hosting
rewriteengine on
rewritecond %{HTTP_HOST} ^www.bradoconnorphotography.com$ [OR]
rewritecond %{HTTP_HOST} ^bradoconnorphotography.com$
rewriterule ^BOPhoto\/Weddings\/wpackages\/wpackages\.html "http\:\/\/bradoconnorphotography\.com\/?page_id=2" [R=301,L] #4f35d11caa89b
rewritecond %{HTTP_HOST} ^photobooth-wisconsin.com$
rewriterule ^Photobooth-Wisconsin\/ "http\:\/\/www\.photobooth-wisconsin\.com" [R=301,L] #4c2b5770804ae