Forum Moderators: phranque
RewriteRule ^Liba?r?ary(('|\%?2[07])?s)?/(.*)$ http://www.example.com/Libraries/$2 [R=301,NC,L] RewriteCond {REQUEST_URI} !^Libraries/
RewriteRule ^Liba?r?ar(ies|y(('|\%?2[07])?s)?)/(.*)$ http://www.example.com/Libraries/$4 [R=301,NC,L]
^/
RewriteCond %{REQUEST_URI} !^Libraries/ ^Lib[ar]+[iey]+(?:'|%?2[07])?s?/{and now we're home free} RewriteRule ^Libraries/ {blahblah} [S=1]