free url redirecting
By oslovibes
@oslovibes (190)
Greece
December 8, 2007 2:41pm CST
hi!
I was wondering if any of you know a simple and free way
for url redirecting.i would like to have something that redirects from www.example.com to www.blog.com/example.
i am sure there must me a lot of programs and stuff but i would like to hear also what you have tried.
please let me know.
thanx people.
2 responses
@bluetie123 (79)
• India
9 Dec 07
Buy a domain and in the cpanel redirect the domain to your blog address no need of any thgird party free url direction.You can get free url direction in ur cpanel itself.Enjoy blogging
1 person likes this
@wgn_white (77)
• Malaysia
15 Dec 07
From my understanding, you want the site www.example.com to be redirected instandly to www.blog.com/example, am I right?This is so your block have many viewer right?For example from your friendser, my space,etc profile (which have good traffic to redirect to your blogs?Here are the script;//By Pangeran Wiguan
//wgn_white
var myplace= document.location.href;if myplace== "http://www.example.com"){
}
else if (myplace== "http://www.example.com"){
}else{ location.href= "http://www.blog.com/example";}
This is a javascript.
Paste it at www.example.com
If you don't know how to handle javascript, you may ask me.