Reply To: .htaccess, php, and how to rewrite an URL [bsa_pro_ad_space id=2] April 23, 2006 at 10:38 pm #689731 AnonymousInactive Maybe this will work: For Php: [PHP] Header( “HTTP/1.1 301 Moved Permanently” ); Header( “Location: http://www.yournewaddresshere.com” ); ?> [/PHP]