Just another contact form plugin. Simple but flexible.
About WordPress MU Domain Mapping
This WordPress plugin allows users to map their blog or site to another domain on a WordPress MU site or WordPress 3.0 network. Super administrators can configure the plugin in the Super Admin->Domain Mapping section by entering server IP addresses and setting up a CNAME. Users can add or delete domains in Tools->Domain Mapping, and must create DNS records for mapping domains or hostnames. Action hooks are available for extending plugin features without modifying the plugin itself. The plugin allows users to map their blog to another domain on a WordPress MU or WordPress 3.0 network. Super administrators configure the plugin in the Super Admin->Domain Mapping section by entering server IP addresses and setting up a CNAME. Users can add or delete domains in Tools->Domain Mapping and must create DNS records for mapping domains or hostnames. Action hooks are available for extending plugin features without modifying the plugin itself.Changelog
0.5.4
- WordPress 3.1 compatibility.
- Localization fixes.
- IDN warnings about using punycode format.
- Fixed delete domain redirect.
- Better looking setup page.
- Better support for sites using SSL backends.
0.5.3
- Check input on admin page.
- Allow the primary domain to be ignored.
- Lots more bug fixes.
0.5.2
- Added www support
- Now supports WordPress 3.0
- Updated readme/instructions
0.5.1
- Added Cpanel instructions, props Marty Martin (http://mearis.com)
- Filter more urls, props Ryan Waggoner (http://ryanwaggoner.com)
- Added CNAME support, props Martin Guppy
- Added check for COOKIE_DOMAIN, props Scott, http://ocaoimh.ie/wordpress-mu-domain-mapping-05/comment-page-1/#comment-671821
0.5
- Works in VHOST or folder based installs now.
- Remote login added.
- Admin backend redirects to mapped domain by default but can redirect to original blog url.
- Domain redirect can be 301 or 302.
- List multiple mapped domains on site admin blogs page if mapped
- Bug fixes: set blog_id of the current site’s main blog in $current_site
- Bug fixes: cache domain maps correctly, blogid, not blog_id in $wpdb.
0.4.3
- Fixed bug in content filtering, VHOST check done in admin page, not sunrise.php now.
0.4.2
- Some actions are actually filters
- Change blog url in posts to mapped domain
- Don’t redirect the dashboard to the domain mapped url
- Handle multiple domain mappings correctly.
- Don’t let someone map an existing blog
- Only redirect the siteurl and home options if DOMAIN MAPPING set
- Delete domain mapping record if blog deleted
- Show mapping on blog’s admin page.
0.4.1
- The admin pagesnon domain mapped blogs were redirected to an invalid url
0.4
- Redirect admin pages to the domain mapped url. Avoids problems with writing posts and image urls showing at the wrong url. Updated documentation on IP addresses for site admins.