I'm attempting a simple redirect using this technique from the IIRF guide. My rules are:
ReWriteRule ^/endpage /highly/embedded/page.aspx [L]
RedirectRule ^/.*page\.aspx http://www.myurl.com/endpage [R=301]
I get a browser message saying "Firefox has detected that the server is redirecting the request for this address in a way that will never complete."
Any tips?