2014-10-09 6:59 GMT-03:00 Tomi Juhani Asp <[email protected]>: > Hi! > > Not sure if this will solve your issue but we were struggling a bit with > redirects as well but solved it by giving the rewrite rule a [R=301] flag. > 301 code means that the resource has been moved permanently and all the > following requests should be made to the new address. By default, if using > just R flag, apache issues different status code.
That's what it *means* according to the HTTP spec, but almost nobody follows it like that. For example, web browsers don't auto-update bookmarks, and BOINC doesn't update its registered scheduler URL permanently, when they notice their current known URL leads to a 301. They should. -- Nicolás _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
