diff options
author | Mamadou DIOP <bossiel@yahoo.fr> | 2015-12-05 02:34:14 +0100 |
---|---|---|
committer | Mamadou DIOP <bossiel@yahoo.fr> | 2015-12-05 02:34:14 +0100 |
commit | 8da6e39975cdd860352b19027ac0fcfd165d6ca1 (patch) | |
tree | 8197d009c148f96f23fe3ea68c2db384c2573c0d /website/.htaccess | |
parent | 4bfc19122a05473a2d82732c1d78a0db333242c3 (diff) | |
download | doubango-8da6e39975cdd860352b19027ac0fcfd165d6ca1.zip doubango-8da6e39975cdd860352b19027ac0fcfd165d6ca1.tar.gz |
Rename ".htaccess" file
Diffstat (limited to 'website/.htaccess')
-rw-r--r-- | website/.htaccess | 6 |
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 |