diff --git a/wordpress/.htaccess-multisite b/wordpress/.htaccess-multisite index e1be26ab4..369e798de 100644 --- a/wordpress/.htaccess-multisite +++ b/wordpress/.htaccess-multisite @@ -21,6 +21,7 @@ RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] # Sub-site redirects RewriteRule ^pspc-innovation-network(.*)$ https://gcxgce.sharepoint.com/teams/10002125/ [R=301,L] RewriteRule ^gc-data-conference(.*)$ https://www.csps-efpc.gc.ca/events/data-conference2024/about-eng.aspx [R=301,L] +RewriteRule ^framework-for-leading-change(.*)$ https://change-leadership.github.io/framework-for-leading-change/ [R=301,L] RewriteCond %{REQUEST_URI} wp-login.php RewriteRule ^ /404 [L] @@ -37,4 +38,4 @@ RewriteRule . index.php [L] # END WordPress Multisite -Options All -Indexes \ No newline at end of file +Options All -Indexes