Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
obouillaud #1
Re: 301 redirect with cfheader
Same probem here, CF MX 6.1 and even CF MX 7 doesn't handle this correctly
Macromedia : how can we make 301's using Coldfusion ?
obouillaud Guest
-
[CFHEADER] greek charset...
Hi, this is my first message. I have a problem with cfheader tag The problem is that I need a tsv file but it doesn't recognize greek charset (or... -
Download file by CFHEADER
Hi ! I try to force-download of a file by the CFHEADER tag, but my browser offer me to save the cfm file, and not downloadable file here my code... -
cfcontent ,cfheader download
i am sending an email to users in which there is a link for the coldfusion template , cfm page downloads the pdf file from the server , ... -
MIMEtype and Cfheader/Cfcontent
Hello all, We are using cfheader and cfcontent with a custom tag to hide the url of our downloadable files. We also have an exception page set to... -
redirect to guest if first redirect is doesnt work for a user
Hi all, I was wondering if anyone could help me solve a problem Once a user hits a certain webpage ..I try to redirect them to another using... -
Ian O'Betz #2
Re: 301 redirect with cfheader
This is what I use to redirect a user after a cookie has been set:
<cfheader name="location" value="/index.cfm">
<cfheader statuscode="302" statustext="Document Moved">
<cfabort>
Good place to start:
[url]http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html[/url]
--
Ian O'Betz
Clear Results Sytem Operator
[url]www.clearresults.net[/url]
"obouillaud" <webforumsuser@macromedia.com> wrote in message
news:cv4k63$ipu$1@forums.macromedia.com...
Same probem here, CF MX 6.1 and even CF MX 7 doesn't handle this correctly
Macromedia : how can we make 301's using Coldfusion ?
Ian O'Betz Guest
-
obouillaud #3
Re: 301 redirect with cfheader
the goal is to make a true 301, which is a permanent redirection, avoiding
google to remove the index of the page before the redirection and then indexing
the new page... whithout changing page rank, ...
obouillaud Guest
-
James-Pr #4
Re: 301 redirect with cfheader
I am looking for the same solution. When I try:
<cfheader statusCode="301" statusText="Moved Permanently">
<cfheader name="Location" value="#newURL#">
it still returns a 302. Does anyone know a solution? Do you get the same
response?
James-Pr Guest



Reply With Quote

