Move Wedding pages to RIHA.US
Well after lots of futzing around, I figured out how to redirect old URLs to our wedding site to the new location. Here are the .htaccess lines that accomplished the magic:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^wedding(.*)$ http://wedding.riha.us$1 [R]
</IfModule;>
0 TrackBacks
Listed below are links to blogs that reference this entry: Move Wedding pages to RIHA.US.
TrackBack URL for this entry: http://www.nonplus.net/mt4/mt-tb.cgi/375

Testing
Another test.
And a third test.
One more comment.