nlsmith
Forum Replies Created
-
A workaround is to change:
define("EVNT_RGR_PLUGINFULLURL", WP_PLUGIN_URL . EVNT_RGR_PLUGINPATH );
to
define("EVNT_RGR_PLUGINFULLURL", plugins_url('', __FILE__) . '/');
in event_regis.php.
Using the WordPress HTTPS plugin (https://www.ads-software.com/extend/plugins/wordpress-https/) might also help, but I haven’t tried it.
Forum: Plugins
In reply to: [HeadSpace2 SEO] [Plugin: HeadSpace2 SEO] Doesn't Work with 3.1This seems to have came back up for me with WordPress 3.1.3. When editing information on a page, the Page Title and Description fields will not get updated if they already contain content.
A workaround is to remove the content, save the page, then add the updated content, but that’s clearly not ideal.
Looks like this issue is fixed in the latest version 3.6.34.
Works like a charm now. Thanks!
Just noticed that the non-mapped domain (https://iccreatives.averagcms.com/) redirects properly, but not one of the mapped, non-primary domains (https://iccreatives.com/).
Forum: Networking WordPress
In reply to: Multisite with domain mapper and SSLI’ve got a 1st draft plugin up on GitHub. If anybody’s interested I can put it in the plugin directory and such things:
Forum: Networking WordPress
In reply to: Multisite with domain mapper and SSLQuick and dirty: https://gist.github.com/821559
Working for me so far when placed in mu-plugins, but this is the 1st plugin I’ve ever written, so any feedback and cleanup would be appreciated.
Nathan
Forum: Networking WordPress
In reply to: Multisite with domain mapper and SSLIn 3.0 there’s a problem using FORCE_SSL_ADMIN with a wildcard cert and domain mapping:
If you go to https://site.com/wp-admin it will redirect to SSL at https://site.com/wp-login.php, then redirect to https://site.network.com/wp-login.php, which will get you a certificate warning because you probably don’t have a valid cert for site.com.
It works fine if you directly to https://site.example.com/wp-admin, but it would be better if you could just tell users to go to /wp-admin.
FORCE_SSL_LOGIN works fine with domain mapping, but once you’re in it’s not secure.
The redirection happens at the beginning of wp-login.php, and I don’t know if there’s any way for domain mapping or any other plugin to modify this behavior. If not, should this be a bug filed with WP core?
Nathan
You should be OK if a wildcard SSL cert is set up. Haven’t tried it on WordPress but I’ve done it on other platforms that work in similar way.
On my install under /wp-admin/ms-admin.php?page=dm_admin_page, option 4 says “Redirect administration pages to site’s original domain (remote login disabled if this redirect is disabled)” When I have this checked it’s always redirecting me to the original non-mapped subdomain. Using version 0.5.3 of the plugin and WP 3.0.4
Nathan