Hi,
Problem 1: I would like to have an SSL cert on "sub.domain.com", and not on "www.domain.com"
Solution 1: I've ordered a SSL cert for "sub.domain.com" and installed it via DA to "www.domain.com" (and i will access https://sub.domain.com/) the site is not yet migrated but this would work, right?
Problem 2: I don't want people to be able to access http://www.domain.com/sub/
Not only because i find it but ugly, but also because that would expose the "should be" SSL protected files over http.
So, is there some sort of option i can set in DA to enforce this?
Should/can i put the domain in a different folder while still be able to protect it with SSL?
(or)
Should i add an .htaccess file which redirects all www traffic? What is the best option if I don't want the customer with DA "user" access to remove my settings?
- Redirect all traffic, coming from (*)://www.domain.com/sub/ to https://sub.domain.com/
- Redirect all traffic, coming from http://sub.domain.com/ to https://sub.domain.com/
Sound like a script request i know, but try to put that above .htaccess request into google
Problem 1: I would like to have an SSL cert on "sub.domain.com", and not on "www.domain.com"
Solution 1: I've ordered a SSL cert for "sub.domain.com" and installed it via DA to "www.domain.com" (and i will access https://sub.domain.com/) the site is not yet migrated but this would work, right?
Problem 2: I don't want people to be able to access http://www.domain.com/sub/
Not only because i find it but ugly, but also because that would expose the "should be" SSL protected files over http.
So, is there some sort of option i can set in DA to enforce this?
Should/can i put the domain in a different folder while still be able to protect it with SSL?
(or)
Should i add an .htaccess file which redirects all www traffic? What is the best option if I don't want the customer with DA "user" access to remove my settings?
- Redirect all traffic, coming from (*)://www.domain.com/sub/ to https://sub.domain.com/
- Redirect all traffic, coming from http://sub.domain.com/ to https://sub.domain.com/
Sound like a script request i know, but try to put that above .htaccess request into google