Verity writing stuff to my text files

2008-11-28 Thread Scott Doc
Hello, Our site uses a folder of text files to store articles. When someone goes to an article page, the article's title etc is looked up in the database while the main body of the article is stored in a text file. The source name of the file is also in the database, so we merely call that

Re: Verity writing stuff to my text files

2008-11-28 Thread Scott Doc
The problem: I've recently included these text files in a search collection. The collection is generated using a cfloop over a cfindex type=file.. Anyway, I've noticed now that verity has stuck a bunch of code at the bottom of all my txt files! This doesn't really address your question

Re: Verity writing stuff to my text files

2008-11-30 Thread Scott Doc
User account that verity is using?? I have no idea. Does verity have a user account? OK, I guess I'll look into that. It's funny that I can't find anyone else having this problem. Cheers Do you think this has something to do with this writing problem? I don't know. Could you just make the

Re: Verity writing stuff to my text files

2008-11-30 Thread Scott Doc
I can't seem to find anything about verity having a user account. Can you point me in the right direction? I'm assuming this is a server level security thing - which I don't really have access to as our server is hosted halfway around the world. Do you, Dave, or anyone have any idea why this

Re: Verity writing stuff to my text files

2008-12-01 Thread Scott Doc
Thanks for all your advice, Dave. I refreshed my articles collection today after uploading backup versions of the text files (hurray, I had them) and it didn't add that text to them.. so looks like, for now at least, it has stopped. Possibly I did something funny in a cfindex a while back when

Can't get 301 permanent redirect to work correctly

2008-12-09 Thread Scott Doc
A while back we restructured our site. This meant adding redirects on old pages for search engines, direct links etc. So I added the following code on effected pages: cfheader statuscode=301 statustext=Moved permanently cfheader name=Location value=http://www.example.net/test.cfm?page=4;

Can't get 301 permanent redirect to work properly

2008-12-09 Thread Scott Doc
A while back we restructured our site. This meant adding redirects on old pages for search engines, direct links etc. So I added the following code on effected pages: cfheader statuscode=301 statustext=Moved permanently cfheader name=Location value=http://www.example.net/test.cfm?page=4;

Re: Can't get 301 permanent redirect to work properly

2009-01-07 Thread Scott Doc
Thanks for the responses. First off, apologies to HouseOfFusion - I duplicated this thread because something was wrong or slow at the time and I didn't think my posting went through: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:58281 I downloaded the firefox plug-in, but it

Re: Can't get 301 permanent redirect to work properly

2009-01-08 Thread Scott Doc
I removed the cfabort but still the same status when checking with firefox return: HTTP/1.1 302 Object Moved My code is the same as yours below (except, obviously, the value of the second line) Here's my actual page: http://www.wildasia.net/rt/ I just confirmed that the following code did

Re: Can't get 301 permanent redirect to work properly

2009-01-12 Thread Scott Doc
Thanks Paul and Brad, Looks like I'll have to ask the host about this one. I have no idea what CRLFCRLF is nor anything about web proxies or IIS.. a bit beyond me. And yes, the downloading the source must be why it is rendered as text in the browser. Strange indeed. Cheers

Re: CF8 and Facebook Connect - Any guidance?

2009-10-26 Thread Scott Doc
Hi, Sorry to piggy back reply on an old post - but this is exactly the guidance I'm looking for. Most sites and resources I have found concern a Facebook ap hosted on a ColdFusion server. I also want to use Facebook connect as a sort of OpenID sign in option. I don't really understand all the