Global page redirect

Learn more about the Global page redirect Adobe Muse widget

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

Generator

# Add the code that will be
# generated here to your .htaccess file.
Generate Code

Discussion