tortuga
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by tortuga-
I believe I am not fully understanding what you're trying to do which is why I requested an example originally. I think we're talking about two different kinds of wildcards. Keep in mind I don't kn...
-
Hi @tortuga I'm a bit confused, if you point the alias to the folder for the wildcard domain it shouldn't need a redirect. By default the alias domain is going to essentially be parked on what...
-
Hi @tortuga Can you tell me how you're implementing the wildcard redirect? An example would be fantastic. I'd like to see if I can replicate it. I'm just using the redirect facility in cPanel, bu...
-
An .htaccess redirect would do the trick - something like this might work: RewriteEngine On RewriteCond %{HTTPS} on RewriteRule ^ http://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] But that would need ...
-
I would assume that Google is finding the content on the main domain when the aliased domain fails on https because of the way that apache serves https VirtualHosts - it's going to load the first S...