Domain Check
Domain Check Domain Check allows you to see what domains and SSL certificates are coming up for expiration and to quickly locate the coupons, coupon codes, and deals from your favorite sites before renewing. Add any email addresses and have multiple people get alerts for upcoming domain renewals or SSL certificate expiration. You can also search for new domain names with the domain checker using hundreds of supported extensions and even check if your SSL certificates are working on a number of sites. All this plus bulk importing makes Domain Check the best domain management tool for your domain portfolio. Your Domains Marking a domain as Owned will show it within the Your Domains section. This is used to easily filter out the domain names within Domain Check that you own. You can use this section to easily filter your own domains and add expiration notifications and domain expiration alerts to all of your domains. Searching a domain from the Your Domains section will automatically mark it as Owned. Its also the perfect for anyone using domain mapping to keep track of their domains. Domain Search Domain Search is where you can search the availability of domain names just like any other domain checker and see a history of your past domain name searches. Search any of the available domain extensions and TLDs within Domain Check, mark domains as Owned or Taken and set a domain expiration notification for a domain. You can easily click from any search result to see other domains available with the name name but a different domain extension. Domain Watch Domain Watch lets you see at a glance which domains you’ve set up domain expiration alerts for and allows you to view at a glance when your domains are expiring. You can see domains that are Owned or Taken allowing you to monitor other domains you may want backorder to keep track of expiration dates on. SSL Check SSL Check is where you can search to see the status of your SSL certificates and check if your current SSL certificates are valid. See all your previous SSL checks easily so you can keep checking all your certificates and mark any of them as needing SSL expirtation notification alerts. See at a glance which SSL certificates are valid and which sites are not secure. SSL Expiration Alerts SSL Expiration Alerts allow you to monitor your SSL certificates and send out SSL certificate expiration notifications and alerts. All of the SSL certificates and domains you are monitoring are seen in this SSL Expiration Alerts list and you can refresh or remove any SSL certificate at any time. Import / Export Import / Export is how you get your domain names and SSL certificates in to Domain Check. You can use any CSV or XML outputs from your domain registrar or even just highlight you entire list of domains and copy and paste. Domain Check will find any domain names within the CSV, XML, or copy and pasted text and allow you to bulk import your domain names. You can also bulk import SSL certificate URLs and mark any bulk imports to set all domains or SSL certificates to have expiration alerts. This is also a great bulk domain checker. Settings Like most plugins Domain Check allows you to adjust certain settings within the plugin to help you stay on top your domains and domain names. Coupons & Deals The Coupons and Deals section of the plugin is where you can view all of the coupons or deals from major domain registrars, SSL certificate providers, and hosting companies. Refresh the coupons to get the most up to date daily coupon codes. Services & APIs Used The plugin uses some data and services for free through calls to URLs & APIs at the domain domaincheckplugin.com. No tricks, no signups, and everything is 100% free and included with use of the plugin! This plugin uses affiliate links from some registrars and services to help keep this plugin free 🙂 Help Looking for more help with Domain Check, the Domain Search domain checker, Domain Watch, SSL Check, SSL Alerts, or Coupon, Coupon Codes, and Deals? Please see the Domain Check website: http://domaincheckplugin.com
Top keywords
- domain43×6.15%
- ssl23×3.29%
- domains17×2.43%
- check15×2.15%
- expiration12×1.72%
- alerts10×1.43%
- certificates10×1.43%
- domain check10×1.43%
- see9×1.29%
- ssl certificates9×1.29%
- search8×1.14%
- domain names7×1.00%
Multisite Blog Alias
WP Multisite plugin to maintain URL-redirects for Blogs. Features Permanent 301 Redirect to blogs main domain Painless installation and activation – no file access necessary. Checks domain status Supports UTF-8 Domains WP-Cli commands Usage Set up your DNS. Make sure your Domain points to your WordPress installation. You can achieve this by either setting up an A- or CNAME-Record in your DNS configuration. Your webserver must be configured to handle requests on the given Domain. Under Network Admin – Sites edit the site and select the Alias Domains Tab. Enter the domain without http ao / and click “Add”. Click “Check Status” to see if it worked. If something went wrong you will see an error message. If you want to redirect with URL path appended (e.g. from some-alias.tld/some/path to some-real-blog.tld/some/path), add this to your wp-config.php: define( 'WPMU_BLOG_ALIAS_REDIRECT_WITH_PATH', true ); Status messages Warning: The domain matches the site URL of this blog: The Blog is using the domain name as Site URL. Error: The domain is already used by another site: A different Blog is already using the domain as Site URL. Eiter Remove the alias from the sblog you are currently workin on, or from the other one. The domain is unreachable: There is likely an error in your DNS or your Webserver configuration. Use nslookup from he command line or whatsmydns.net to check the DNS-Settings. The domain or a redirect does not point to this blog: Following all redirects did not end up on your WordPress-Site, but somewhere else. There is likely an error in your DNS or your Webserver configuration. WP-CLI Examples Listing Domain aliases List alias domains for blog-id 123 wp alias-domains list --blog_id=123 Output minified json of all aliases wp alias-domains list --format=json --compact=2 Output csv including the header row but omitting other messages into file wp alias-domains list --format=csv --compact > alias-list.csv Add Domain Alias wp alias-domains add --blog_id=123 --domain_alias=quux.foobar.tld Remove Domain Alias Remove a specific alias wp alias-domains remove --domain_alias=quux.foobar.tld Remove all aliases for blog 123 wp alias-domains remove --blog_id=123 Testing Domain Aliases wp alias-domains test --domain_alias=quux.foobar.tld Plugin PHP-API The plugin introduces two functions allowing you to add / remove a domain aliases from inside PHP. Add Domain alias $result = alias_domain_add( $blog_id, 'quux.foobar.tld' ); if ( is_wp_error( $result ) ) { // handle error } Remove specific Domain alias $result = alias_domain_remove_by( 'domain_alias', 'quux.foobar.tld' ); if ( is_wp_error( $result ) ) { // handle error } Remove Domain aliases for a specific blog $result = alias_domain_remove_by( 'blog_id', 123 ); if ( is_wp_error( $result ) ) { // handle error } Development Please head over to the source code on Github.
Top keywords