If for some reason you cannot do 301 redirect (page moved permanently) from .htaccess you can do it from a PHP script: <?php header ('HTTP/1.1 301 Moved Permanently'); header ('Location: http://www.myurl.com'); exit; ?>
© 2005 tiplib.com