Yea.. skipped over the "cannot map .htm extension" part.. duh!

Which also probably means the hosting service wont install the Rewrite
module also.

Guess my post was a waste of electrons...



-----Original Message-----
From: Ian Skinner [mailto:h...@ilsweb.com] 
Sent: Thursday, May 05, 2011 1:41 PM
To: cf-talk
Subject: Re: CF 301 Redirect on an HTML page


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:344298
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to