limdis wrote:I thought about something. This is a simple redirect script I wrote up real quick.
- Code: Select all
<head>
<SCRIPT LANGUAGE=JavaScript1.1>
<!--
{
window.location.replace("http://www.Pageofawesomness.com");
}
//-->
</SCRIPT>
</head>
Now, it will replace the URL bar to say http://www.Pageofawesomness.com then it redirects. Is there some way to perhaps delay to redirect, or prevent it entirely? If so, then theoretically this would be what Wittmann is looking for.
If I were going to do anything like that.. I'd just go ahead and put the entire subsite within a FRAME from the primary site. This would essentially obfuscate the entire site's URL until someone right click and opened a link in a new tab or window. One could probably use mod_rewrite in .htaccess to achieve a URL mask as well.



