can i do this? site redirection
can i do this:
point a url so that it reads a subfolder in another url, but have that subfolder look like it's very own site using that url. so no one would ever know that it is actually going to that other urls subfolder........
possible?
webwiz posted this at 03:14 — 18th November 2007.
He has: 629 posts
Joined: May 2007
The usual way of doing this is to include the "foreign" page in a frame / iframe. But you better have control of the other URL, 'cos this technique can be defeated.
Cordially, David
--
delete from internet where user_agent="MSIE" and version < 8;
shakir posted this at 06:39 — 27th November 2007.
They have: 83 posts
Joined: Nov 2007
i dont think so
Megan posted this at 13:42 — 27th November 2007.
She has: 11,421 posts
Joined: Jun 1999
If they're on the same sever you could use a symbolic link.
zeroram posted this at 06:52 — 3rd January 2008.
They have: 3 posts
Joined: Jan 2008
i think what you want is called add-on domain using web hosting with cpanel
you have a maindomain.com and create an addon-domain for newsite.com so in your hosting account internally will be maindomain.com/newdomain but for the external visitors will always show newsite.com
i think thats what u want to acomplish right?
bermuda posted this at 11:27 — 5th January 2008.
They have: 25 posts
Joined: Feb 2007
Yes you are actually referring to the multiple domain hosting on just one single web hosting account. Nearly all of the advanced hosting packages today allow having several domains hosted and all of them can be regarded as separate websites having their own homepage.
infoman posted this at 00:46 — 14th January 2008.
They have: 9 posts
Joined: Jan 2008
You said:
=========
"no one would ever know that it is actually going to that other urls subfolder........"
Then my advise:
==============
Remember too that site redirection is not a good technique, most search engines can penalize your site for redirecting. It is better you point your url accordingly.
JeevesBond posted this at 04:07 — 14th January 2008.
He has: 3,956 posts
Joined: Jun 2002
It does sound exactly like a symbolic link, which wouldn't require any redirects. If you have SSH access to the server, enter something like:
ln -s original_folder new_folder
(note that the
new_folder
' cannot exist when you try to run this command)Why is it not good? Do search engines really penalise sites for this, or do they just not bother to follow the redirects. We're using redirects on this site to point old thread URLs to new ones, it's really the only way to do it without showing a nasty 404 error!
a Padded Cell our articles site!
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.