我一直在搜索有关此问题的其他主题,但我似乎对此感到茫然:
我设法创建了一个modRewrite URL,如下所示
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 8em; /* Must be set to the same as footer height */
}
footer {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 8em; /* Must be set at the same as margin-bottom in body */
}
这在HTTP中运行良好,但是当我进入HTTPS时,它不起作用。 为了使这项工作,我需要改变什么?我已经遵循了许多教程,但我似乎无法使其工作。