RedirectFilter: Can't edit meta or serverside files...
August 31, 2006 7:45 AM
Subscribe
Yet another redirect question: How can I auto-redirect a visitor to another page, although I can't edit the page's HTML/code, per se?
I've got a blog on a freebie host with no adverts, and I want to redirect users from the blog page (wordpress) to a new blog page on a different host -- but all I can do is submit story entries, not edit the actual code like the meta tags (as far as I know, unless you know of a wordpress.com seup function I am not aware of..?
Is there an HTML or or some js taggery I can set up in one of the stories/articles to make the page redirect to the new blog?
I've seen it done on Myspace I think.. Some fake account with a cute girl picture wants to be my friend, so in visiting her profile to see if she's actually a person, the myspace account redirects you to a porn/spam-etc site instead. How do they do that without being able to actually edit the serverside page data?
posted by vanoakenfold to computers & internet (6 comments total)
1 user marked this as a favorite
<script type="text/javascript">
<!--
window.location = "http://www.google.com/"
//-->
</script>
posted by smackfu at 7:49 AM on August 31, 2006