|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Get the http:// and http://www. traffic
This should be easy...
I recently setup a new reseller account. But, the accounts I create are only valid with the http://www.<domainname.com> format. How do I redirect the http://<domainname.com> urls to the http://www.<domainname.com> location thanks,
__________________
Curious by Nature, Linux by Choice |
|
#2
|
||||
|
||||
|
This is not an HTML question. It's either a web server or DNS question -- without more details, I can't tell which.
You should ask your web host about this. It sounds like your DNS settings may need to be changed. * Thread moved to DNS Forum *
__________________
Spreading knowledge, one newbie at a time. Learn CSS. | PHP includes | X/HTML Validator | CSS validator | Dynamic Site Solutions IE7: the generation 7 browser new in a world of generation 8 browsers. Design/program for Firefox (and/or Opera), apply fixes for IE, not the other way around. Last edited by Kravvitz : February 11th, 2008 at 04:41 PM. |
|
#3
|
||||
|
||||
|
Quote:
This is actually a web server question. Which webserver are you using? Apache or IIS? I'll have a mod move it to the appropriate forum once we figure out which webserver you'll be using. |
|
#4
|
||||
|
||||
|
As hiker said it depends on what kinds of server you have,
but if you are on Apache you should be able to do something like the following (presuming you have permission to do this within .htaccess) You might able to be able to do this through your hosts control panel if they have one,.
__________________
Cheers, Jamie # skiFFie | Home of the 'accessibility module' for Drupal # Jamie Burns [me] Accessibility Module [drupal] # guidelines | search | wap resources | not getting help | fold to cure # Any form of employment is strictly prohibited ...... __________________ Let the might of your compassion arise to bring a quick end to the flowing stream of the blood and tears ..... Please hear my anguished words of truth. __________________ |
|
#5
|
|||
|
|||
|
Hi,
You can easily to do it at your domain control panel. Just adding a CNAME record. The zone file should then be: YourDomain.com. IN A xxx.xx.xx.x www.YourDomain.com. IN CNAME YourDomain.com. where xxx.xx.xx.x is the IP address of your hosting server. Then your website can be accessed by: http://YourDomain.com http://www.YourDomain.com Best regards |
![]() |
| Viewing: Dev Shed Forums > System Administration > DNS > Get the http:// and http://www. traffic |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|