I have this new chat box script.. If you visit my website, and it has the www. before it, the script does not appear. I want to do a redirection... once. So if someone visits www.polkadotrefugees.com I want it to redirect to polkadotrefugees.com, removing the www. However, I don't want it to become a viscous cycle because it reloaded the page, then loads the redirection script again and... you know what I mean.
Here's what I was using, only it goes into a viscous cycle.
Code:
<meta HTTP-EQUIV="REFRESH" content="0; url=http://polkadotrefugees.com/index.html">
|