you should check your hosts control panel, you may find you have the ability
to do redirects.
If you are on linux then you can use .htaccess
If you are are windows 2008/IIS7 then you can do it in the web.config


On Thu, May 5, 2011 at 9:41 PM, Ian Skinner <[email protected]> wrote:

>
> On 5/5/2011 1:26 PM, Jacob wrote:
> > If not, then you can use something like this which I have used in the
> past:
> >
> > <cfheader statuscode="301" statustext="Moved permanently">
> > <cfheader name="Location" value="http://www.domain.com/url.htm";>
> > <cfabort>
>
> Except that this code does not work so well on HTML pages, which is what
> the OP was asking for help with.
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344282
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to