summaryrefslogtreecommitdiffstats
path: root/website/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'website/.htaccess')
-rw-r--r--website/.htaccess6
1 files changed, 6 insertions, 0 deletions
diff --git a/website/.htaccess b/website/.htaccess
new file mode 100644
index 0000000..740e433
--- /dev/null
+++ b/website/.htaccess
@@ -0,0 +1,6 @@
+RewriteEngine On
+RewriteCond %{HTTP_HOST} ^doubango\.org [NC]
+RewriteCond %{SERVER_PORT} 80
+RewriteRule ^(.*)$ https://www.doubango.org/$1 [R,L]
+RewriteRule ^click2dial/u/(.*)$ https://www.doubango.org/click2dial/index.html?u=$1 [L]
+RewriteRule ^click2dial/a/(.*)$ https://www.doubango.org/click2dial/index.html?a=$1 [L] \ No newline at end of file
OpenPOWER on IntegriCloud