Hello,
I’d like to ask your help. My client would like me to create one main website and three sub websites(on sub domains). Sub sites will have 99% of the content be the same as main website. Only the company logo and contact information would be different. My client would like to handle the main and sub sites from one control panel and wants new posts that was post on main site to appear on sub sites as well. Is it possible with Any Hostname?
Thank you.
Andsmith
Got my DNS all straight, even have a wildcard SSL cert. No matter what domain name I type with your plugin installed (and configured), it redirects to “www.MyWPsite.com” rather than maintaining what was typed by the user.
]]>
“Warning: parse_url(://mydomain.com) [function.parse-url]: Unable to parse URL in /home/myuser/mydomain.com/wp-content/plugins/any-hostname/any-hostname.php on line 129”
how do i get rid of this error message?
thanks
Hi,
Does this plugin uses “canonical” tag, or how can I implement? I don’t want to destroy traffic? ??
https://googlewebmastercentral.blogspot.com.tr/2009/12/handling-legitimate-cross-domain.html
Regards
]]>Hi, thanks for the plugin. I’m having some issues with it.
Here’s my setup:
My main domain is lolhehehe.com. It’s running with WP SUPER CACHE adn CLOUDFLARE.
In Cloudflare I’ve set lolhohoho.com to direct to the same place as lolhehehe.com, but to show only SFW content. It works, but the plugin is not changing the internal links to lolhohoho.com
What can it be? The caching, maybe?
Any tips on what should I try?
https://www.ads-software.com/plugins/any-hostname/
[ Please do not bump, that’s not permitted here. ]
]]>Hi,
I made my complete wordpresssite in a file called ‘2013’, so to get at my homepage you will have to go to https://www.fransvanlent.nl/2013.
I would like it to be only https://www.fransvanlent.nl. Is that possible with the Any Hostname plug-in and if not, can you give me an advise.
Thanks,
Frans van Lent
First of all, great plugin!
I installed this plugin to make a site work when it has a different sub-domain when viewing the site over ssl. It almost worked but there were some problems because some links used http instead of https.
I was able to fix this problem by adding:
$parts['scheme'] = ($_SERVER['HTTPS'] == "on")?"https":"http";
after:
$parts = parse_url($url);
In the “filter_url” function.
Hope that helps and thanks for the great plugin!
]]>Running two unique sites that both require two domains to serve domain-specific URLs on each.
In both cases, when I install Any Hostname, the WP Settings page isn’t disabling the existing domain in preference for the domain list set up in Any Hostname.
]]>I setup wordpress in MAMP with apache listening on port 8888, as such the siteurl had the port defined with it. Activating Any Hostname causes linked files to have the port added twice, for instance https://localhost:8888/somecss.css would become https://localhost:8888:8888/somecss.css
]]>