I have a Wordpress blog installed on the root of a domain being used as the main CMS. From what I understand a SSL certificate can only be installed on the root of a domain not a specific folder.
So if I wanted to have folder "secure" in this URL xyz.com/secure/ be SSL encrypted would a htaccess 301 work for all the files in that folder? Is this going to interfere with Wordpress at all?
Edit: Also wanted to ask if I had a specific URL such as xyz.com/xyz.html could i just 301 that to [
xyz.com...] assuming I had a SSL certificate on the root domain?