[ic] missing.html and a 404

Grant emailgrant at gmail.com
Thu Jan 27 20:43:22 EST 2005


> >>Ok, I just realized that I did not test the missing page in my browser
> >>after this change. The spider does indeed get the 404 code with the
> >>changes above, but the browser does not properly parse the page.
> >>
> >>The following change seems to be working in both the browser and the spider:
> >>
> >>[tag op=header]
> >>Status: 404 Not found
> >>Content-type: text/html
> >>[/tag]
> >>@_NOLEFT_TOP_@
> >>
> >>Sorry about that 8).
> >>
> >>-Gary
> >>
> >>
> >
> >Either of those [tag] tags just returns a blank page for me.  Probably
> >a 404 too though.  You get the whole page when browsing?
> >
> >
> Yes, I get the 404 from the spider and the formatted missing.html page
> (using __NOLEFT__) in both Firefox and IE.
> 
> Here is my entire missing.html:
> 
> [if type=explicit compare=`q{[subject]} =~ m{^admin/}` ]
> [set ui_failure]<h2>[msg arg.0="[subject]"]Sorry, the page (%s) was not
> found[/msg]</h2>[/set]
> [include admin/error.html]
> [else]
> [tmp page_title]
> [msg arg.0="[subject]"]Sorry, the page (%s) was not found[/msg]
> [/tmp]
> [tag op=header]
> Status: 404 Not found
> Content-type: text/html
> [/tag]
> 
> @_NOLEFT_TOP_@
> <p>&nbsp;</p>
> 
> <H1>[scratch page_title]</H1>
> 
> <p>
> [msg arg.0="[subject]" arg.1="[page index]" arg.2="</a>"]The requested
> page (%s) was not found. You can %sreturn to browsing our catalog%s, if
> you wish.[/msg]
> </p>
> 
> @_NOLEFT_BOTTOM_@
> <!-- current page: @@MV_PAGE@@ -->
> [/else]
> [/if]
> 
> 
> -Gary

Hey Gary,

Thanks for all the info.  I'm going to dig into this more soon.  Let
me know if you have any questions about the eBay tags.

- Grant


More information about the interchange-users mailing list