|
You could do it all with an entry in the .htaccess file - redirect all access to site 1 to site 2's index.html file. That way, you don't have to change anything on site 2 at all. Anyone going to site 1 gets invisibly sent to site 2. (Ask the provider for details - not all of them allow .htaccess files.)
|