mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
Redirect 4.0 coding conventions
This commit is contained in:
parent
c89183834e
commit
e92be27865
@ -300,7 +300,9 @@ ErrorDocument 500 /assets/error-500.html
|
||||
RewriteRule ^(.*)/tutorials/5-dataobject-relationship-management/?$ /$1/tutorials/dataobject_relationship_management [R=301,L]
|
||||
RewriteCond %{REQUEST_URI} !(3.0|2.4)
|
||||
RewriteRule ^(.*)/tutorials/5-dataobject-relationship-management/?$ /$1/tutorials/dataobject-relationship-management [R=301,L]
|
||||
#
|
||||
|
||||
RewriteCond %{REQUEST_URI} !(3.|2.)
|
||||
RewriteRule ^(.*)/getting_started/coding_conventions/?$ /$1/contributing/coding_conventions [R=301,L]
|
||||
|
||||
# Legacy rewrite: Can't use 'master' as it confuses api.ss.org linking
|
||||
RewriteRule ^framework/en/master(.*) http://doc.silverstripe.org/framework/en/trunk$1 [R=301,L]
|
||||
|
Loading…
Reference in New Issue
Block a user