I've converted a old classic ASP site to a WP theme and it's up and running OK. And when I used the WP .htaccess file to 301 redirect all those old ASP pages to the current WP equivalents all went well except one line.
I had a Blogspot blog from many years ago in a subdomain. The new WP posts are in a folder of the WP theme. Here's the line in the .htaccess file that won't properly redirect:
Redirect 301 http://hotelblog.example.com/ http://www.example.com/blog/
What am I doing wrong? I tried removing the http:// from the old URL but it had no effect.