summaryrefslogtreecommitdiffstats
path: root/non-puppet/qtmetrics2/.htaccess
diff options
context:
space:
mode:
authorJuha Sippola <juhasippola@outlook.com>2015-06-08 17:10:01 +0300
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-06-11 12:46:22 +0000
commit1663ae58626f048875a9bf8de16bd2065a5ec496 (patch)
tree14b99ae82a8974b9f2d9eace079e414d4a9920cc /non-puppet/qtmetrics2/.htaccess
parentf997347bdc699b55fd8a2c3d37052818f7bbcd30 (diff)
Qt Metrics 2 initial commit (v0.1)
New Qt Metrics UI utilizing the new database design. Implementation uses PHP, Slim PHP framework, PHPUnit, MySQL, jQuery, jQueryUI and Twitter Bootstrap. Change-Id: Ief7876b8fb462750802319e0758233b60841b9d6 Reviewed-by: Lukas Reschke <lukas@owncloud.com> Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'non-puppet/qtmetrics2/.htaccess')
-rw-r--r--non-puppet/qtmetrics2/.htaccess44
1 files changed, 44 insertions, 0 deletions
diff --git a/non-puppet/qtmetrics2/.htaccess b/non-puppet/qtmetrics2/.htaccess
new file mode 100644
index 0000000..93af3b1
--- /dev/null
+++ b/non-puppet/qtmetrics2/.htaccess
@@ -0,0 +1,44 @@
+#############################################################################
+##
+## Copyright (C) 2015 The Qt Company Ltd.
+## Contact: http://www.qt.io/licensing/
+##
+## This file is part of the Quality Assurance module of the Qt Toolkit.
+##
+## $QT_BEGIN_LICENSE:LGPL21$
+## Commercial License Usage
+## Licensees holding valid commercial Qt licenses may use this file in
+## accordance with the commercial license agreement provided with the
+## Software or, alternatively, in accordance with the terms contained in
+## a written agreement between you and The Qt Company. For licensing terms
+## and conditions see http://www.qt.io/terms-conditions. For further
+## information use the contact form at http://www.qt.io/contact-us.
+##
+## GNU Lesser General Public License Usage
+## Alternatively, this file may be used under the terms of the GNU Lesser
+## General Public License version 2.1 or version 3 as published by the Free
+## Software Foundation and appearing in the file LICENSE.LGPLv21 and
+## LICENSE.LGPLv3 included in the packaging of this file. Please review the
+## following information to ensure the GNU Lesser General Public License
+## requirements will be met: https://www.gnu.org/licenses/lgpl.html and
+## http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+##
+## As a special exception, The Qt Company gives you certain additional
+## rights. These rights are described in The Qt Company LGPL Exception
+## version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
+##
+## $QT_END_LICENSE$
+##
+#############################################################################
+
+# Qt Metrics configuration
+# @version 0.1
+# @since 13-05-2015
+# @author Juha Sippola
+
+# Turn on the rewriting engine
+RewriteEngine On
+
+# If the requested file does not exist, show link to index.php
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteRule ^ index.php [QSA,L]