Forum Moderators: mack
I´m starting to build a site from scratch, what can I do to best prevent this?
Does using absolute urls help? I.e. instead of /folder/page.html use [nameofwebsite.com...]
I've been told that a good way to try to prevent
"302 hijacking" is to use absolute links. It might be a good idea to use them for internal pages aswell.
If you would rather use relative
URLS be certain that you have:
<base href="http://www.xyz.com/">
where its *your* domain, in the header of of each document.
Also if you want more information on website
hijacking, run a search in a search engine on:
site:webmasterworld.com 302 hijack
Well i hope this helps:)
Good Luck:)
frenzy77
Perhaps I´m confusing hijacking with another term/thing where a whole website gets copyed from root and posted under another url, and with other adverts of course.
But both are serious, I´ll read into 301 hijacking some more. Thanks.