I have recently moved a file from one location in my website directory structure to another. Though all the linking has been properly maintained, I see I am getting 404 errors when I attempt to go the old path. I am sure I am having a syntax error but don't know exactly what the problem is.
To be specific.
I want site vistors to automatically be redirected from one location to another when they enter the old URL.
The old URL is: http://www.homeadditionplus.com/Ceiling%20Fan%20Wiring.htm
The new URL is: http://www.homeadditionplus.com/Electrical%20Articles/Ceiling%20Fan%20Wiring.htm
my redirect code is in the .htaccess file is:
redirect http://www.homeadditionplus.com/Ceiling%20Fan%20Wiring.htm http://www.homeadditionplus.com/Electrical%20Articles/Ceiling%20Fan%20Wiring.htm
If you have any ideas on what I am doing wrong please respond.
Thanks,
Mark