Hi Pedro,
Just to be clear, are you looking to apply a redirect from your already published pages (ex. something.com/school2) that pushes to one single page instead? If so, you should be able to implement a simple javascript redirect which will lead them to the proper page.
My awesome colleague Mark put together a basic script on GitHub which will do just that. Just be sure to set the placement to HEAD in your javascript console:
<br /> <span>window</span><span>.</span><span>location</span><span>.</span><span>replace</span><span>(</span><span>'</span><span>http://www.google.com/</span><span>'</span><span>);<br /> </span><span></</span><span>script</span><span>></span></pre>
Thanks Justin, I’ll try it and get back to you