Jeff, Thanks for the suggestion. I'll try that out and will report back. --Sam
>>> "Jeff Fleitz" <[EMAIL PROTECTED]> 4/24/2006 5:06:47 PM >>> I just realized I made an erroneous comment about not knowing what that block does. Of course I know that it's purpose is to write the noscript header if js i turned off. But I think the code in the cfif bracket is causing it to fire incorrectly sometimes, but I haven't spent any time looking into it. On 4/24/06, Jeff Fleitz <[EMAIL PROTECTED]> wrote: > > Hi Adam and Sam, > > I mentioned in a post a couple months ago about issues with 3rd party > tags/utilities not working with Plum. Can't say for sure, but anytime I see > somebody getting kicked to the plain site with that tag block, I grow > suspicious of one thing causing it. > > I have been using a couple third party tags/utilities with Plum. One is > CF_FileManager, which would not work until I discovered by looking at the > headers that it was getting kicked to the plain site via that <noscript> tag > you referenced. I found a block of code in the Global.cfm that I disable > by default now (not sure why it's there but I haven't had any adverse > effects). > > In the Global.cfm, around line 240 or so is this code block, which has > triggered all the aberrant behavior for me. > > <cfif CompareNoCase(Left(Replace(Request.currentUrl, Application.urlRoot, > ""), 7), "/plain/") NEQ 0> > <cfhtmlhead text="<noscript><meta http-equiv=""Refresh"" content=""0; > url=#Application.urlRoot#/plain/index.cfm""></noscript>"> > </cfif> > > If you comment this out for a while to test, it may solve your problem. I > have taken to disabling this code block in every Plum app I have built over > the past year. > > > > > On 4/24/06, Adam Churvis <[EMAIL PROTECTED]> wrote: > > > > Sam, > > > > I haven't had any problems with Google picking up Plum sites. Google > > finds fragments from ProductivityEnhancement.com with no problem, and it > > ranks them high, typically on the first page. > > > > Let me know if you find anything that might be holding up your > > particular site. If anyone else has this problem then let us know right > > away as well so we can all look deeper into potential causes. > > > > Sam, is there anything at all different about this site's Plum > > Framework? Did you modify it in any way? Of course it's your perogative to > > do so; I'm just wondering if it might have contributed in some way to the > > problem. > > > > Respectfully, > > > > Adam Phillip Churvis > > Certified Advanced ColdFusion MX 7 Developer > > BlueDragon Alliance Founding Committee > > > > Get advanced intensive Master-level training in > > *C# & ASP.NET 2.0 for ColdFusion Developers* at > > ProductivityEnhancement.com <http://www.ProductivityEnhancement.com> > > > > ----- Original Message ----- > > *From:* Sam Singer <[EMAIL PROTECTED]> > > *To:* [email protected] > > *Sent:* Monday, April 24, 2006 2:10 PM > > *Subject:* [plum] Plum site not found > > > > I did a Plum site a few months ago. I recently checked Google and found > > that the site is still not being found. Other sites on this server > > within this particular organization are being found. I believe that it > > is related to the <noscript> tag that Plum is inserting in the header > > include. Has anyone else had this problem and what is the best > > solution. Only the index page in the "plain" directory is being found > > by the spider. > > > > Here is the source: > > <noscript><meta http-equiv="Refresh" content="0; > > url=http://media.cla.auburn.edu/polisci/plain/index.cfm"></noscript></head> > > > > > > Here is the page code: > > <cfoutput> > > <link href="#Request.stylesheet#" rel="stylesheet" > > type="text/css"> > > <cfif Request.hasPrintableStylesheet> > > <link href="#Request.layoutStyles#/printstylesheet.css" > > rel="stylesheet" type="text/css" media="print"> > > </cfif> > > <script type="text/JavaScript" > > src="#Request.layoutJS#/Layout.js"></script> > > </cfoutput> > > </head> > > > > > > --Sam Singer > > > > ********************************************************************** > > You can subscribe to and unsubscribe from lists, and you can change > > your subscriptions between normal and digest modes here: > > > > http://www.productivityenhancement.com/support/DiscussionListsForm.cfm > > ********************************************************************** > > > > > > > -- > v/r, > > Jeff Fleitz > -- v/r, Jeff Fleitz ********************************************************************** You can subscribe to and unsubscribe from lists, and you can change your subscriptions between normal and digest modes here: http://www.productivityenhancement.com/support/DiscussionListsForm.cfm **********************************************************************
