Paste this into your .htaccess file and edit to match your source and destination URLs:
rewriteEngine on rewriteRule ^old-file\.php$ http://www.the-new-url.com/new-file.php [r=permanent, L]
Paste this into your .htaccess file and edit to match your source and destination URLs:
rewriteEngine on rewriteRule ^old-file\.php$ http://www.the-new-url.com/new-file.php [r=permanent, L]