www.rodvictoria.net is responding with "301 Moved Permanently" and redirecting to reelanglers.net. The headers include your PHP version and some Wordpress stuff too, so it's your Wordpress configuration that's causing the problem.
This can happen if something is amiss in your .htaccess file, or else you'll need to find out which URL your Wordpress installation thinks it's on. Wordpress has the nasty habit of remembering the URL where it was first installed. It behaves strangely when you move the files afterwards.
Use something like phpMyAdmin to open the Wordpress database.
Open the "wp_options" table.
Find "siteurl" (option id: 1) and "home" (option id: 39 on second page).
Both of them should be
http://www.rodvictoria.net/ or whatever else you want your blog's address to be.
And as mjrich said, you probably want to put the two domains in separate directories even if Apache doesn't complain about it. Right now, one of your sites is accessible also as a subdirectory of another site. This will probably hurt your search engine ranking.