adopted the rewrite rule for the new about/contact location
This commit is contained in:
parent
49d9e0fe15
commit
867e362d2a
|
@ -184,8 +184,8 @@ RewriteRule ^contribute/internship(.*) /about/jobs/internship$1 [R=301,L]
|
|||
RewriteRule ^associates/about(.*) /about/associates/associates$1 [R=301,L]
|
||||
RewriteRule ^contribute/traineeship(.*) /about/jobs/internship$1 [R=301,L]
|
||||
RewriteRule ^contribute/donate(.*) /donate$1 [R=301,L]
|
||||
RewriteRule ^contact/local(.*) /contact/contact$1 [R=301,L]
|
||||
RewriteRule ^about/localteams(.*) /contact/contact$1 [R=301,L]
|
||||
RewriteRule ^contact/local(.*) /about/contact$1 [R=301,L]
|
||||
RewriteRule ^about/localteams(.*) /about/contact$1 [R=301,L]
|
||||
RewriteRule ^fr/(news|events)\.(..\.)?html /fr/fr.$2html [R=301,L]
|
||||
RewriteRule ^activities/wsis/cs-benchmarks\.(.*)$ /activities/wsis/cs-benchmarks-03-11-14.$1 [R=301,L]
|
||||
RewriteRule ^contribute/booth(.*) https://wiki.fsfe.org/KnowHow/Groups/OrganizeABooth [R=301,L]
|
||||
|
@ -212,7 +212,7 @@ RewriteRule ^order/payonline.(.*)/(.*) /cgi-bin/order-payonline.pl?language=$1&r
|
|||
# Old /fellowship pages
|
||||
RewriteRule ^fellowship/card(/.*)?$ https://wiki.fsfe.org/TechDocs/CardHowtos [R=301,L]
|
||||
RewriteRule ^fellowship/communicate(/.*)?$ /contact/community.html [R=301,L]
|
||||
RewriteRule ^fellowship/contact(/.*)?$ /contact/contact.html [R=301,L]
|
||||
RewriteRule ^fellowship/contact(/.*)?$ /about/contact.html [R=301,L]
|
||||
RewriteRule ^fellowship/events(.*) /events$1 [R=301,L]
|
||||
RewriteRule ^fellowship/faq(/.*)?$ https://wiki.fsfe.org/KnowHow/FSFELife/FAQ [R=301,L]
|
||||
RewriteRule ^fellowship/graphics/people(/.*)?$ - [L]
|
||||
|
|
Loading…
Reference in New Issue