redirect?, how to redirect myspace |
redirect?, how to redirect myspace |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Aug 2005 Member No: 197,270 ![]() |
ok if someone already asked this sorry...but i searched and didnt find it
how do you redirect your myspace to another website?...i made my own and would like to have it automatically redirect to the other site....but myspace wont allow javascript and i cant get into the head to put a meta tag....im trying to redirect from www.myspace.com/mikeheath to www.freewebs.com/mikeheath/index.htm thanks |
|
|
![]() |
![]()
Post
#2
|
|
![]() hello, ![]() ![]() ![]() ![]() Group: Member Posts: 141 Joined: Aug 2005 Member No: 208,332 ![]() |
unfortunitely myspace doesnt support javascript and thats the only way that a redirect code will work.
i aslo tryed CODE <meta http-equiv="Refresh" content ="5;URL=www.freewebs.com/mikeheath/index.htm"> but your out of luck it looks like myspace doesnt support meta tags either |
|
|
![]()
Post
#3
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Sep 2005 Member No: 226,715 ![]() |
QUOTE(jh008 @ Aug 24 2005, 1:04 AM) unfortunitely myspace doesnt support javascript and thats the only way that a redirect code will work. i aslo tryed CODE <meta http-equiv="Refresh" content ="5;URL=www.freewebs.com/mikeheath/index.htm"> but your out of luck it looks like myspace doesnt support meta tags either I thought this deserved a reply. I too was not satisfied with the MySpace blogging capabilities so thought it would be great if I could redirect viewers to my real blog. There is a simple trick. On the "Customize My Blog" page, in the "Your Own Header HTML" textbox, simply paste the meta refresh tag: <meta http-equiv="refresh" content="0;url=http://YOUR_URL"> Worked for me. If this does not work, in the "Site Name" textbox under "Custom Header", you can break the Title tag and add your meta tag there. Example Title: This is my blog"/><meta http-equiv="refresh" content="0;url=http://YOUR_URL This way, you would end the <TITLE> tag and start your meta tag and the MySpace script would end your meta tag. This also worked for me. Perhaps some people knew this already, but I couldn't find anything about a working redirect anywhere. Then I read that you can get cookie info, etc. by ending table tags and such in these textboxes. Hope this helps someone. Cheers. |
|
|
![]() ![]() |