Repository: logging-log4cxx Updated Branches: refs/heads/master f5be57e71 -> 327c9506c
Code style Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/327c9506 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/327c9506 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/327c9506 Branch: refs/heads/master Commit: 327c9506c8df2f5d73255f2f0208b0dce1fc6cf9 Parents: f5be57e Author: Thorsten Schöning <[email protected]> Authored: Sat Jan 27 12:30:20 2018 +0100 Committer: Thorsten Schöning <[email protected]> Committed: Sat Jan 27 12:30:20 2018 +0100 ---------------------------------------------------------------------- src/site/resources/.htaccess | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/327c9506/src/site/resources/.htaccess ---------------------------------------------------------------------- diff --git a/src/site/resources/.htaccess b/src/site/resources/.htaccess index 6a46dec..17b35fc 100644 --- a/src/site/resources/.htaccess +++ b/src/site/resources/.htaccess @@ -18,16 +18,16 @@ # # rewrite site requests to equivalent new URLs # - RewriteRule ^contributing\.html$ https://logging.apache.org/log4cxx/issue-tracking.html [R=permanent,L] - RewriteRule ^roadmap\.html$ https://logging.apache.org/log4cxx/issue-tracking.html [R=permanent,L] - RewriteRule ^support\.html$ https://logging.apache.org/log4cxx/index.html [R=permanent,L] - RewriteRule ^team\.html$ https://logging.apache.org/team-list.html [R=permanent,L] - RewriteRule ^performance\.html$ https://logging.apache.org/log4cxx/index.html [R=permanent,L] - RewriteRule ^ChangeLog$ https://logging.apache.org/log4cxx/changes-report.html [R=permanent,L] - RewriteRule ^news$ https://logging.apache.org/log4cxx/changes-report.html [R=permanent,L] - RewriteRule ^manual\.html$ https://logging.apache.org/log4cxx/index.html [R=permanent,L] - RewriteRule ^manual/index\.html$ https://logging.apache.org/log4cxx/manual.html [R=permanent,L] - RewriteRule ^manual/(.*)$ https://logging.apache.org/log4cxx/apidocs/$1 [R=permanent,L] - RewriteRule ^manual\.html/index\.html$ https://logging.apache.org/log4cxx/manual.html [R=permanent,L] - RewriteRule ^manual\.html/(.*)$ https://logging.apache.org/log4cxx/apidocs/$1 [R=permanent,L] + RewriteRule ^contributing\.html$ https://logging.apache.org/log4cxx/issue-tracking.html [R=permanent,L] + RewriteRule ^roadmap\.html$ https://logging.apache.org/log4cxx/issue-tracking.html [R=permanent,L] + RewriteRule ^support\.html$ https://logging.apache.org/log4cxx/index.html [R=permanent,L] + RewriteRule ^team\.html$ https://logging.apache.org/team-list.html [R=permanent,L] + RewriteRule ^performance\.html$ https://logging.apache.org/log4cxx/index.html [R=permanent,L] + RewriteRule ^ChangeLog$ https://logging.apache.org/log4cxx/changes-report.html [R=permanent,L] + RewriteRule ^news$ https://logging.apache.org/log4cxx/changes-report.html [R=permanent,L] + RewriteRule ^manual\.html$ https://logging.apache.org/log4cxx/index.html [R=permanent,L] + RewriteRule ^manual/index\.html$ https://logging.apache.org/log4cxx/manual.html [R=permanent,L] + RewriteRule ^manual/(.*)$ https://logging.apache.org/log4cxx/apidocs/$1 [R=permanent,L] + RewriteRule ^manual\.html/index\.html$ https://logging.apache.org/log4cxx/manual.html [R=permanent,L] + RewriteRule ^manual\.html/(.*)$ https://logging.apache.org/log4cxx/apidocs/$1 [R=permanent,L] </IfModule>
