2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-19 04:42:17 +00:00
Files
website/support/.htaccess
Daniel James fe7690fdc7 Fix bugs redirect.
[SVN r84369]
2013-05-19 05:45:10 +00:00

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]