You should have an .htaccess file in your public_html folder, if not, use cpanel to create one, edit it and add something similar to this (ie replace the folder names, url and filename to match your site
Redirect 301 /old_directory/ http://your_url/new_directory/name_of_file.htm
301 tells...