How to Redirect a Framed Site via .htaccess?

Hi,

I want to permanently redirect a website’s old home page (which is still using frames for the index page) to a new site’s index page on a different domain.

Using a 301 redirect the new site shows up fine, but it’s inside the frame of the old website. What code do I use in the old site’s .htaccess file to overcome this? (I can’t use mod_rewrite because it won’t work on that server for some reason).

If possible, I would like to do this without adding scripts or anything to the new site’s html.

Thanks!

kerner,

Apache’s mod_alias Redirect 301 / http://www.newdomain.com/ should take care of that for you.

Regards,

DK