PDA

View Full Version : url/url redirecting question...



PaSsEr
January 1st, 2004, 10:09
can i have this? like a redirecting service or what?

-= Example =-

like a page from my website url: www.blank.blankhost.com/index2.htm


so i use redirecting, becomes:


with cloaking: www.blank.qw

without cloaking: after going to "www.blank.qw" the url becomes "www.blank.blankhost.com/index2.htm"


so , i want to ask can i make to url to become this:


www.blank.qw/index2.htm when i go "www.blank.blankhost.com/index2.htm"?

can i?

Note: all those url above are only used as examples!

Gman243
January 1st, 2004, 13:55
I think it depends what service you have that's doing the cloaking. -------- won't for sure. If you payed for one it would probably do that.

PaSsEr
January 2nd, 2004, 00:28
what should i called this as? cloaking means cloak the whole but this one is half... so what should i call this service as?

PaSsEr
January 4th, 2004, 04:02
:jump:

Loon
January 6th, 2004, 18:02
Is it just that one page you want to redirect?

Use the following in a .htaccess file



Redirect /index2.htm http://www.blank.qw/index2.htm

PaSsEr
January 7th, 2004, 05:40
Originally posted by Loon
Is it just that one page you want to redirect?

Use the following in a .htaccess file



Redirect /index2.htm http://www.blank.qw/index2.htm



nope, all pages like redirecting service. what is this service/technology called? at least i can go search for it.

Loon
January 8th, 2004, 14:54
Apaches mod_rewrite has everything you need.

http://httpd.apache.org/docs/misc/rewriteguide.html happy reading :)

PaSsEr
January 9th, 2004, 19:13
Thanks loon but i'm a noob and i can't understand it....


btw, is there a service like redirecting? if there is, what does it called?

PaSsEr
February 19th, 2004, 10:41
:confused5 :doh!: