Installation SSL in Wamp-Server: Fehler in httpd-ssl.conf
Ich versuche, ssl auf dem lokalen Host einzustellen. Ich habe das @ verfolghttp: //madurad.wordpress.com/2014/04/25/redirect-http-to-https-with-wamp-server und viele andere, aber nicht erfolgreich. Ich habe mich an die Syntax von httpd-ssl.conf gehalten. Mein Apache-Server geht aus, wenn ich das @ set
<Directory "c:/wamp/www/">
Options Indexes FollowSymLinks
AllowOverride all
Require all granted
SSLOptions +StdEnvVars
</Directory>
ch habe viele andere ausprobiert wie
<Directory "c:/wamp/www/">
SSLOptions +StdEnvVars
</Directory>
was ist Problem nicht in der Lage zu bekommen ....