Updates for server migration

master
Lukas Bestle před 4 roky
rodič ae940fc660
revize 8148b00454
Podepsáno: lukas
ID GPG klíče: 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();

Načítá se…
Zrušit
Uložit