tortuga
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by tortuga-
tortuga commented,
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...
-
tortuga commented,
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...
-
tortuga commented,
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...
-
tortuga commented,
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 ...
-
tortuga commented,
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...
-
tortuga created a post,
alias domain wildcard redirect
I have a site that I want some other domains to redirect to, with wildcards. What I'm finding is that if I add them as alias domains, the wildcard does not work, but if I add them as add-on domains...
-
tortuga created a post,
Duplicate content issue?
I manage a website that used to run on a couple of other domains which need to forward to the current one. In the past, I was advised to add them as add-ons and redirect, but Google started indexin...