So I am currently using a particular app on apache that is hosted on its own subdomain. In the root directory of this app there is an .htaccess file with the following code
```
RewriteEngine on
RewriteCond %{REQUESTF...
So I installed a SSL certificate on a subdomain and everything worked fine for desktop Chrome and IE but when I use android chrome I get the following error...
ERRCERTAUTHORITY_INVALID
Looking at the certificate it ap...
So I am new to hosting, etc but learning as I go along. Currently I have a vps from another provider and I want to setup a free SSL certificate from StartSSL for the moment. Now with domains I know there is private ...