Actually, the $meta_date var is correct, I just have it placed in an area that doesn't get honored by apache [because $meta_date hasn't been defined by the time the header() call is made].
I would have to change several hundred pages in order to alter that, so I am really, really hoping that the 'use_doc_date: true' feature can be used. Right now, htdig is seeing the META tag, and assigning "time" to it, but htsearch doesn't appear to use it. [htdig states that because no last-modified header was found, it is defaulting to 'now', even though I have 'use_doc_date: true' set in my htdig.conf file].
Strange...
/vjl/
On Wednesday, November 20, 2002, at 06:17 PM, Ted Stresen-Reuter wrote:
Try modifying as shown:
$meta_date = gmdate( 'D, d M Y H:i:s \G\M\T', strtotime( "$udate" ) );
This assumes $udate is a string, and given the fact that it is enclosed in double-quotes, I believe it becomes one. If it is not a string, don't enclose it in double quotes and don't use strtotime().
Hope that helps.
Ted Stresen-Reuter
On Wednesday, November 20, 2002, at 02:55 PM, Vince LaMonica wrote:
----------------------------------------------------------------------- -------------$meta_date = gmdate('D, d M Y H:i:s \G\M\T',"$udate");
Homepage: http://www.tedmasterweb.com/
My JavaScript Window Management Tool: http://www.tedmasterweb.com/wmo/
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

