Global page redirect

This redirect will redirect any page with specific text in the URL. This is a very powerful redirect so use with caution. To learn more about redirects, take a look at this post.
Example
# Examples of valid markup
RedirectMatch 301 ^/(.*)old-page.html https://www.j-26.com/new-page.html
# This redirect will redirect every file named 'old-page.html'
# in the directory that the htaccess file is in.
RedirectMatch 301 ^/(.*)cool-page https://www.j-26.com/
# This redirect will redirect every file that has 'cool-page' in the URL