Installation SSL in wamp server: Error in httpd-ssl.conf
问题 I am trying to set ssl on local host i have follwed the http://madurad.wordpress.com/2014/04/25/redirect-http-to-https-with-wamp-server/ and many others but unable to get success. i stuck in the syntax of httpd-ssl.conf. my apache server get down when i set the <Directory \"c:/wamp/www/\"> Options Indexes FollowSymLinks AllowOverride all Require all granted SSLOptions +StdEnvVars </Directory> i have tried many others like <Directory \"c:/wamp/www/\"> SSLOptions +StdEnvVars </Directory> what