SIWECOS / siwecos-business-layer

SIWECOS Main API and Business Layer Application
https://siwecos.de
0 stars 1 forks source link

Caddy rewrite rules für MeRkWüRdIgE sEiTeN #136

Closed Skeeve closed 5 years ago

Skeeve commented 5 years ago
select concat(
'/',
replace(replace(domain,'https://',''),'http://',''),
'/d.m.y.svg /',
lower(replace(replace(domain,'https://',''),'http://','')),
'/d.m.y.svg 301',
"\n",
'/',
replace(replace(domain,'https://',''),'http://',''),
'/y-m-d.svg /',
lower(replace(replace(domain,'https://',''),'http://','')),
'/y-m-d.svg 301') AS R
from domains where binary domain <> lower(domain) and verified