|
> message: 5 > date: Thu, 11 Aug 2005 10:23:33 -0500 > from: rob@xxxxxxxxx > subject: Re: midrangenews.net > > That's one of the few aspects in which our company got a little cheap too. > http://www.dekko.com works but not http://dekko.com Just pennies I know, > but ... Rob, Do you use Apache and Virtual Hosts? If so, you just need to add a permanent redirect from dekko.com to www.dekko.com. Here is an example from one of my config files: <VirtualHost 192.168.1.64:80 > ServerName rpgbeans.com Redirect permanent / http://www.rpgbeans.com </VirtualHost> This shouldn't cost anything. If you are using a different web server, I would think there should still be something comparable... Joel Cochran http://www.rpgnext.com
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.