Redirect form-validation to its new location

This change goes along with silverstripe/silverstripe-framework#2867
This commit is contained in:
Fred Condo 2014-02-19 15:09:22 -08:00
parent ec485ca23b
commit b8ed97c4ba
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@
RewriteRule ^flickrservice$ http://doc.silverstripe.org/old/flickrservice [R=301,L]
RewriteRule ^form$ http://doc.silverstripe.org/framework/en/topics/forms [R=301,L]
RewriteRule ^form-field-types$ http://doc.silverstripe.org/framework/en/reference/form-field-types [R=301,L]
RewriteRule ^form-validation$ http://doc.silverstripe.org/framework/en/topics/form-validation [R=301,L]
RewriteRule ^form-validation$ "http://doc.silverstripe.org/framework/en/topics/forms#form-validation" [R=301,L,NE]
RewriteRule ^formaction$ http://api.silverstripe.org/search/lookup/?q=FormAction&module=sapphire [R=301,L]
RewriteRule ^functionaltest$ http://api.silverstripe.org/search/lookup/?q=FunctionalTest&module=sapphire [R=301,L]
RewriteRule ^framework/en/trunk/misc/collaboration-on-git http://doc.silverstripe.org/framework/en/trunk/misc/contributing/code [R=301,L]