Single Redirection Rule for Pages and Archive links

In order to add a parameter to all url of WordPress add_rewrite_endpoint() is more appropriate.

I needed to add /foo after all URL so add_rewrite_endpoint("foo", EP_ALL); did the trick.