mirror of
https://github.com/boostorg/website.git
synced 2026-01-19 04:42:17 +00:00
6 lines
181 B
ApacheConf
6 lines
181 B
ApacheConf
RewriteEngine On
|
|
RewriteBase /support
|
|
|
|
RewriteRule ^($|index.html) http://www.boost.org/community/ [R=301]
|
|
RewriteRule ^bugs.html http://www.boost.org/development/bugs.html [R=301]
|