mirror of
https://github.com/boostorg/website.git
synced 2026-02-27 17:32:12 +00:00
13 lines
418 B
ApacheConf
13 lines
418 B
ApacheConf
RewriteEngine On
|
|
RewriteBase /development
|
|
|
|
#~ Locally available regression result archives.
|
|
RewriteRule ^tests$ tests/ [R]
|
|
RewriteRule ^tests/([^/]+)/([^/]+)/$ tests/$1/$2/index.html [R]
|
|
RewriteRule ^tests/(.*)$ testing_results.php/$1 [L]
|
|
|
|
#~ Web site self checks.
|
|
RewriteRule ^webcheck$ webcheck/index.html [R]
|
|
RewriteRule ^webcheck/$ webcheck/index.html [R]
|
|
RewriteRule ^webcheck/(.*)$ webcheck_results.php/$1 [L]
|