I'm pretty much a newbie but have the following issue
I want to redirect from a another hosting package that a friend has to my own much larger package without loosing his URL/domain name in the address bar but I want to avoid using javascript and frames. This is partly because it I can't host .co.uk addresses on my host package and also seems to mess up the search engines but mainly because his host won't disable safe mode which clashes with the needs of exponent CMS
Example
His package
hisdomain.co.uk - a hosting package that only has limited the php support (they insist on using safemode which won't work with exponent)
My package
mydomain.com - lots of space and the correct php support but no facility to host .co.uk domain names
I want to forward hisdomain.co.uk to mydomain/subdirectory which contains exponent whilst avoiding using frames but retaining his URL in the address bar but have the <title> value come through from exponent
At present I'm using javascript and a frame which lets me retain the URL but stops the correct <title> coming through (have had to override with a title in the javascript). It also seems to be messing with the search engines....