Dynadot

Any clue on...

Spaceship Spaceship
Watch
Impact
0
hey eveyone..!!

I was wondering if anyone'd know I to set up redirection so when people type in mysite.com, they end up on www.mysite.com, likle if you type google.com in the address bar.. it brings you to www.google.com (and my site doesn't do that.. :( !) is it a script thing or a server setting.... anyways... have a clue?


thx..!
l8r
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
It's something to do with the server configuration. If you're using a host I would ask them and see if it's possible on the server you're on.

If you're using apache you may be able to achieve this using a .htaccess file.

You can try adding something like this:

Code:
RedirectPermanent / [url]www.yourdomain.com.[/url]

I don't know if it will work or not though.

B-)
 
0
•••
hey deadserious!

I've been out for a while I now that I'm back.. I realized I never answered you on this thread! the RedirectPermanent works, as long as you set a server variable for the server not to loop (as ryders.net and www.ryders.net share the same root). And other easy way to do it is to make use script which redirects to www. if the 3 'w' aren't found! ;)

l8r!
 
0
•••
Cool! I'm glad you got it working. :D
 
0
•••
0
•••
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back