|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
URL question
Hi all,
I have a website, if I type my website address in IE as http://yyy.com, when the page loads the address remains in that format. What I want to have happened is to force the url to be in http://www.yyy.com. Any ideas how? Thank you |
|
#2
|
||||
|
||||
|
quite simple really. place this vhost above your current vhost for apache webserver.
<VirtualHost *> ServerName yyy.com Redirect 301 / http://www.yyy.com/ </VirtualHost> This is not a DNS issue.
__________________
Send me a private message if you would like me to setup your DNS for you for a price of your choosing. This is the preferred method if your DNS needs to be fixed/setup fast and you don't have the time to bounce messages back and forth on a forum. Also, check out these links: Whois Direct | DNS Crawler | NS Trace | Compare Free DNS Hosts Last edited by SilentRage : February 26th, 2004 at 05:54 PM. |
|
#3
|
|||
|
|||
|
URL question
Thank you but I don't have an apachy server to start, I'm running IIS, and redirecting will cause the page to refresh over and over, I thought it was a dns issue
|
|
#4
|
||||
|
||||
|
in your case all DNS does it associate an IP address with a domain. Once you connect to that domain you can configure the webserver to tell the browser to connect to a different domain. I am not familiar with IIS and therefor cannot help you. I suggest taking this question to the IIS forum.
|
![]() |
| Viewing: Dev Shed Forums > System Administration > DNS > URL question |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|