Skip to content

Commit

Permalink
Update .htaccess-multisite with additional Sub-site Redirect
Browse files Browse the repository at this point in the history
[email protected] Emailed Patrick and Myself yesterday night to ask for a redirect to be inserted from his old site to his new one they were launching Dec 31st (Today)

He was working with Pat previously on it but the email got stuck in his outbox because outlook servers thought it was unsafe to send and blocked it from sending.

I have updated inserted the redirect based on what Pat has done previously. 

My intent with this change is to redirect 
https://articles.alpha.canada.ca/framework-for-leading-change/
To
https://change-leadership.github.io/framework-for-leading-change/

As per a client ask
  • Loading branch information
willeybryan authored Dec 31, 2024
1 parent 8f3d640 commit 53ffb68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wordpress/.htaccess-multisite
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -37,4 +38,4 @@ RewriteRule . index.php [L]

# END WordPress Multisite

Options All -Indexes
Options All -Indexes

0 comments on commit 53ffb68

Please sign in to comment.