I’m planning ahead for a class website, where students will have the choice to either build their pages from scratch, or to use a WordPress multisite install as a CMS.
I would like their work to sport URLs such as :
http:// myschool.edu/2011/project1 ➤ WP blog
http:// myschool.edu/2011/project2 ➤ serves files directly uploaded by the students
http:// myschool.edu/2011/project3 ➤ WP blog
And to have it work for future years too (2012, etc.).
My gut feeling is that this would be possible to achieve with some Redirect rules in the Apache configuration. Even if I have to manually write them.
Can someone with more experience with the WP Network feature and ModRewrite confirm this is possible? Or suggest an altogether better alternative? Thanks!