@@ -8,16 +8,16 @@ RewriteRule ^contribution/.*$ https://beta.vvvv.org/contributions/ [R=301,L]
88
99# Redirect /users/name/ or /user/name/ with or without trailing slash to /people/?p=name
1010RewriteCond %{REQUEST_URI} ^/users?/([^/]+)/?$
11- RewriteRule ^ /people/?p=%1 [R=301 ,NC,B,L]
11+ RewriteRule ^ /people/?p=%1 [R=301 ,NC,B,L,NE ]
1212
1313# Redirect /peoples/name/ or /people/name/ with or without trailing slash to /people/?p=name
1414RewriteCond %{REQUEST_URI} ^/peoples?/([^/]+)/?$
15- RewriteRule ^ /people/?p=%1 [R=301 ,NC,B,L]
15+ RewriteRule ^ /people/?p=%1 [R=301 ,NC,B,L,NE ]
1616
1717# Redirect /businesses/name/ or /business/name/ with or without trailing slash to /business/?b=name
1818RewriteCond %{REQUEST_URI} ^/business(es)?/([^/]+)/?$
19- RewriteRule ^ /business/?b=%2 [R=301 ,NC,B,L]
19+ RewriteRule ^ /business/?b=%2 [R=301 ,NC,B,L,NE ]
2020
2121# Redirect /edu/name/ or /edus/name/ with or without trailing slash to /edu/?e=name
2222RewriteCond %{REQUEST_URI} ^/edus?/([^/]+)/?$
23- RewriteRule ^ /edu/?e=%1 [R=301 ,NC,B,L]
23+ RewriteRule ^ /edu/?e=%1 [R=301 ,NC,B,L,NE ]
0 commit comments