Posted by:
notaplayer83
(---.84.205-100.dyn.dsl.cantv.net)
Oh Thanks
But I installed openSSL followed the directions at the beginning of the forum (again) and it worked
Now I have another question (don't know if this would be the right place to post it). I only need HTTPS for some pages, so is it there a way to do it? force https only in some pages? I've googled it and found thins like this one:
<Location /buyCrap.php>
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) [
]%{HTTP_HOST}%{REQUEST_URI}
</Location>
but I really don't know where to place those lines: httpd.conf? or httpd-ssl.conf? or even an .htaccess file in my directory? I've read it's better to place it in httpd.conf, but is it still the same for WAMP?
Thanks again
