According to Ace Suares: > I am writing you outside of the maillist, since I dont want to > subscribe and get flooded ;-)
Not a good enough reason. You can post to htdig-general without subscribing, or you can subscribe for a small amount of time to be included in the discussion, without being "flooded". There are many very good reasons why this mailing list exists, and why questions should be kept on the list (see http://www.htdig.org/FAQ.html#q1.16). I enforce this so I don't end up getting flooded myself with misdirected requests for help, by putting these misdirected requests at the bottom of the heap in my inbox and letting them "ripen" for a few days or a few weeks before getting around to them. It benefits no one to sidestep the proper forum for these questions. > I searched with google and found that you where supplying most of > the answers to rewrite rules in 3.1.6 > > So, why does this not work ? > > url_rewrite_rules: https://(.*) http://\\1 > search_rewrite_rules: http://(.*) https://\\1 ... > It works one way around (I am using local files, but with https, I > changed that to http as per one of your mails) > but in the search results, stuff doens't get translated back ! In 3.1.x versions, htdig only allows http:// URLs, and it checks for that well before it applies url_rewrite_rules, so it would never get around to processing your https URLs and changing them to http. However, if your files are all accessible via HTTP, then you don't need to use the url_rewrite_rules line. Just use http:// URLs in start_url, and then use search_rewrite_rules to rewrite them at search time to https:// URLs. -- Gilles R. Detillieux E-mail: <[EMAIL PROTECTED]> Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/ Dept. Physiology, U. of Manitoba Winnipeg, MB R3E 3J7 (Canada) ------------------------------------------------------- In remembrance www.osdn.com/911/ _______________________________________________ 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

