1
0
複製 0

Updates for server migration

master
Lukas Bestle 4 年之前
父節點 ae940fc660
當前提交 8148b00454
簽署人: lukas
GPG Key ID: 692037D104550FC9

@ -13,9 +13,9 @@
#
RewriteBase /
# enforce HTTPS
RewriteCond %{ENV:HTTPS} !=on
RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
# rewrite codesigned.de alternative domain
RewriteCond %{SERVER_NAME} codesigned.de
RewriteRule .* https://codesignd.de%{REQUEST_URI} [R=301,L]
# rewrite /favicon.ico
RewriteRule ^favicon.ico$ assets/img/favicon.ico [L]

@ -7,7 +7,7 @@
* @return string
*/
function qdated() {
$path = $_SERVER['HOME'] . DS . '.qdated-current';
$path = $_SERVER['HOME'] . '/.config/qdated/cddmail2/current';
if(!is_file($path)) return null;
return 'dated-' . trim(f::read($path)) . '@' . url::host();

Loading…
取消
儲存