Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CFID and CFtoken in URL after 301 redirect 1

Status
Not open for further replies.

3dColor

Programmer
Joined
Jan 10, 2006
Messages
240
Location
US
I changed my site structure around.

Before I had a URL like this:

So I created a 301 redirect for the page above to go to:

However when I type the old URL in my browser I get the following from the 301 redirect:

Why is CF adding the CFID and CFToken in the URL?
 
How did you do the redirect? If you are using cflocation, then you need to add addtoken="no" to it.

Hope this helps

Wullie

Fresh Look - Quality Coldfusion 7/Windows Hosting
YetiHost - Coming Soon

The pessimist complains about the wind. The optimist expects it to change. The leader adjusts the sails. - John Maxwell
 
Thanks!

That fixed the issue.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top