2
0
mirror of https://github.com/boostorg/website.git synced 2026-02-27 17:32:12 +00:00
Files
website/development/.htaccess
Rene Rivera 69dcdc1249 Add access to web check results.
[SVN r40326]
2007-10-23 03:59:13 +00:00

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]