dannynelson
Forum Replies Created
-
I am having a similar issue. I am running BuddyPress on a subsite. I installed BuddyPress Activity Privacy to the network plugins, but it’s not available when I go to activate it on the subsite.
I really want to use this plugin, but I can’t activate BuddyPress across my entire network. Is there a way I can use it?
Forum: Networking WordPress
In reply to: Sub-domains on Multisite stopped workingSince when? Is that a Hostgator rule?
My apologies. You’re totally right, Ipstenu. I had domain mapping on the brain for some reason.
I just checked and it looks like the wildcard domain is configured correctly now from a DNS standpoint. However, the site appears to be suspended at the moment so we can’t look at the subdomain to see if it’s working.
Forum: Networking WordPress
In reply to: Sub-domains on Multisite stopped workingπ
I looked into it some more. It is not a dedicated IP address. If you go to the IP address you should be able to see your website (http://192.254.233.216), but you don’t. For example, my multisite’s dedicated IP address is 192.241.248.165. If you browse to it (http://192.241.248.165) you will end up at http://wpnitro.com.
Your IP address is likely associated with a shared hosting server at Hostgator. You can contact their support department and add an IP address to your account. I’ve done that with them before and they charged me $1/month for it.
Forum: Networking WordPress
In reply to: Sub-domains on Multisite stopped workingYou also need a dedicated IP address. Is 192.254.233.216 your dedicated IP address?
Forum: Networking WordPress
In reply to: Sub-domains on Multisite stopped workingIt appears that you may need to add your wildcard DNS record. I checked your DNS records at http://who.is/dns/moviechalo.com and only saw one A record.
It sounds like you need a load balancer.
Forum: Networking WordPress
In reply to: Sub-domains on Multisite stopped workingPlease post links to your domain and a subdomain.
Forum: Networking WordPress
In reply to: Cat Tag Multisite ErrorI didn’t see that plugin in the repository, but I would suggest contacting the plugin developer to make sure it is compatible with Multisite.
If you activated it on the network I would suggest trying this:
1. deactivate on the network
2. activate on a subsiteSee if it works on the subsite after following these steps.
Forum: Networking WordPress
In reply to: what URL does a visitor see in browser bar?If I understand your question correctly, then yes, you should be able to do this with a domain mapping plugin like http://wordpress.org/plugins/wordpress-mu-domain-mapping/
Forum: Networking WordPress
In reply to: new site in multisite network not showing upI just looked at your DNS records and you don’t have a wildcard subdomain set up. This is necessary for Multisite to work with subdomains.
Here is how to set it up: https://codex.wordpress.org/Configuring_Wildcard_Subdomains
Patrick,
Thank you for your comment.
I am not using any WP caching plugins.
mod_cache is running at the server level. Is there any way to tell if that is causing it… or a way to flush the cache? I am novice server manager. This site is running on Ubuntu.
Thanks again,
Danny
.htaccess contents…
# BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L] # END WordPress php_value post_max_size 10M php_value upload_max_filesize 10M