diff options
author | Mamadou DIOP <bossiel@yahoo.fr> | 2015-12-05 02:28:39 +0100 |
---|---|---|
committer | Mamadou DIOP <bossiel@yahoo.fr> | 2015-12-05 02:28:39 +0100 |
commit | 5c0fe441a8ec03bb448641f5b38a3c88e718b867 (patch) | |
tree | baf43f9cdd9c386733ae5df3f95573345e524561 /website | |
parent | 17900e49f6a29c68b61bf2d0a1cf7384ff1ae4ef (diff) | |
download | doubango-5c0fe441a8ec03bb448641f5b38a3c88e718b867.zip doubango-5c0fe441a8ec03bb448641f5b38a3c88e718b867.tar.gz |
Add php htaccess file
Diffstat (limited to 'website')
-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 |