<script src="js/css-vars-ponyfill/dist/css-vars-ponyfill.js"></script>
(из всех файлов решил этот выбрать).http.Handle("/files/", http.StripPrefix("/files/", http.FileServer(http.Dir(myDir)) ) )
http.HandleFunc("/files/", func(w http.ResponseWriter, r *http.Request) {
if strings.HasSuffix(r.URL.Path, ".css") {
http.Handle("/files/", http.StripPrefix("/files/", http.FileServer( http.Dir(myDir) ) ) )
} else {
r.URL.Path = "/page10.html"
http.FileServer(http.Dir(myDir)).ServeHTTP(w, r)
}
})
Эту же команду запускал в терминале, открытом самой OpenSSL (активировал файл \openssl\bin\openssl.exe).
В ответ:
Invalid command 'openssl'; type "help" for a list.
error in openssl
Так тоже не выйдет? По той же причине?