The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Domain and subdomain

4 posters

Go down

Domain and subdomain Empty Domain and subdomain

Post by Russel December 27th 2009, 6:26 am

So yea, i am very happy that i have connected the url of my forum in the godaddy.

http://www.dynamicprofilecodes.com

the problem: http://dynamicprofilecodes.darkbb.com

that old domain is always visible. what do i mean.

when i see other forum and click their url

for example i have clicked their URL:

http://forum.forumotion.com

and then url will be changed automatically to http://www.forum.com

how do i do that. thank you very much in advance.
Russel
Russel
Active Poster

Male Posts : 1407
Reputation : 236
Language : English, Filipino
Location : Philippines

Back to top Go down

Domain and subdomain Empty Re: Domain and subdomain

Post by fakhri TBD December 27th 2009, 7:02 am

ok...you mean direct to new domain right?
like this...
administration panel>General>forum adress>pesonalized domain name>tick YES for Force the redirection of the URL..
ok....
fakhri TBD
fakhri TBD
Forumember

Male Posts : 86
Reputation : 0
Language : Malay/english/arabic
Location : Malaysia Boleh!!!

http://www.theblackdone.org

Back to top Go down

Domain and subdomain Empty Re: Domain and subdomain

Post by Russel December 27th 2009, 7:50 am

i have done with that already. But it isnt wok. if you wont believe. check

http://www.dynamicprofilecodes.com
http://dynamicprofilecodes.darkbb.com
Russel
Russel
Active Poster

Male Posts : 1407
Reputation : 236
Language : English, Filipino
Location : Philippines

Back to top Go down

Domain and subdomain Empty Re: Domain and subdomain

Post by Sanket December 27th 2009, 7:53 am

Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Domain and subdomain Empty Re: Domain and subdomain

Post by Russel December 27th 2009, 8:01 am

i have put this
<meta http-equiv=refresh content=0;url=http://www.dynamicprofilecodes.com>

and its working

but the page is always refresh and not stopping. help. thanks
Russel
Russel
Active Poster

Male Posts : 1407
Reputation : 236
Language : English, Filipino
Location : Philippines

Back to top Go down

Domain and subdomain Empty Re: Domain and subdomain

Post by Sanket December 27th 2009, 8:07 am

What is refreshing? Can you remove that snow code?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Domain and subdomain Empty Re: Domain and subdomain

Post by Russel December 27th 2009, 8:11 am

now i removed it now, but then, the page is still reloading.
Russel
Russel
Active Poster

Male Posts : 1407
Reputation : 236
Language : English, Filipino
Location : Philippines

Back to top Go down

Domain and subdomain Empty Re: Domain and subdomain

Post by Sanket December 27th 2009, 8:13 am

Yours is a custom html page.

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title></title>
  <meta http-equiv="generator" content="CoffeeCup HTML Editor (www.coffeecup.com)" />
  <meta name="created" content="Sun, 27 Dec 2009 07:12:36 GMT" />
  <meta http-equiv="content-type" content="text/html;charset=utf-8" />
  <meta name="description" content="" />
  <meta name="keywords" content="" />
</head>
<body>

</body>
</html>
Make sure the meta http-equiv code goes in the correct place as shown in the code above.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Domain and subdomain Empty Re: Domain and subdomain

Post by Russel December 27th 2009, 8:18 am

where should i put it?
Russel
Russel
Active Poster

Male Posts : 1407
Reputation : 236
Language : English, Filipino
Location : Philippines

Back to top Go down

Domain and subdomain Empty Re: Domain and subdomain

Post by Sanket December 27th 2009, 8:25 am

Code:
<meta http-equiv="content-type" content="text/html;charset=utf-8" />

Replace this code with yours.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Domain and subdomain Empty Re: Domain and subdomain

Post by Russel December 27th 2009, 8:28 am

<meta http-equiv="content-type" content="http://www.dynamicprofilecodes;charset=utf-8" />


^ like that?

please, im shy but may i request to give me the ready to paste code using URL to be put http://www.dynamicprofilecodes.com
Russel
Russel
Active Poster

Male Posts : 1407
Reputation : 236
Language : English, Filipino
Location : Philippines

Back to top Go down

Domain and subdomain Empty Re: Domain and subdomain

Post by Sanket December 27th 2009, 8:30 am

Simply add this code
Code:
<meta http-equiv=refresh content=0;url=http://www.dynamicprofilecodes.com>
instead of
Code:
    <meta http-equiv="content-type" content="text/html;charset=utf-8" />
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Domain and subdomain Empty Re: Domain and subdomain

Post by Russel December 27th 2009, 8:33 am

i am done/added/put/replace this code

Code:
<meta http-equiv=refresh content=0;url=http://www.dynamicprofilecodes.com>

but check it. it is still refreshing
Russel
Russel
Active Poster

Male Posts : 1407
Reputation : 236
Language : English, Filipino
Location : Philippines

Back to top Go down

Domain and subdomain Empty Re: Domain and subdomain

Post by Sanket December 27th 2009, 8:35 am

To be honest, i did not experience the refreshing thing.
I just saw something loading, thought it was the snow code.


Last edited by Sanket on December 27th 2009, 8:46 am; edited 1 time in total
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Domain and subdomain Empty Re: Domain and subdomain

Post by Russel December 27th 2009, 8:44 am

Russel
Russel
Active Poster

Male Posts : 1407
Reputation : 236
Language : English, Filipino
Location : Philippines

Back to top Go down

Domain and subdomain Empty Re: Domain and subdomain

Post by Sanket December 27th 2009, 8:47 am

My bad, for the time being can you check out something else.
Instead of this as the homepage.
Can you make the normal forum as your homepage & then add the code provided in the Site Description & check if it keeps reloading?

edit: the code above should work.
http://www.irt.org/articles/js021/index.htm

I am not sure why it keeps refreshing. :|
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Domain and subdomain Empty Re: Domain and subdomain

Post by Russel December 27th 2009, 8:54 am

i tried also to remove the homepage and i set it to normal. but it is still like that. dont check it. i returned it back to the page with homepage
Russel
Russel
Active Poster

Male Posts : 1407
Reputation : 236
Language : English, Filipino
Location : Philippines

Back to top Go down

Domain and subdomain Empty Re: Domain and subdomain

Post by Sanket December 27th 2009, 8:57 am

Oh why? Are you sure it did refresh on the normal homepage as well?? Because for others this code has always worked fine.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Domain and subdomain Empty Re: Domain and subdomain

Post by Russel December 27th 2009, 9:06 am

i really dont know why is this happening.
Russel
Russel
Active Poster

Male Posts : 1407
Reputation : 236
Language : English, Filipino
Location : Philippines

Back to top Go down

Domain and subdomain Empty Re: Domain and subdomain

Post by ChitChatterZ February 7th 2010, 9:06 am

<script>
top.location = 'http://www.chitchatterz.co.cc/';
</script>

This is the script!
avatar
ChitChatterZ
New Member

Male Posts : 19
Reputation : 0
Language : English/Filipino
Location : www.ChitChatterZ.tk

http://www.ChitChatterZ.tk/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum