<!DOCTYPE html>
<html lang="en">
<head>

    <title>Something a-maze-ing is coming</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
    <link rel="preload" as="style" href="https://domainsafe.au/assets/built/screen.css?v=7e0bde7496">
    <link rel="preload" as="script" href="https://domainsafe.au/assets/built/source.js?v=7e0bde7496">
    
    <link rel="preload" as="font" type="font/woff2" href="https://domainsafe.au/assets/fonts/inter-roman.woff2?v=7e0bde7496" crossorigin="anonymous">
<style>
    @font-face {
        font-family: "Inter";
        font-style: normal;
        font-weight: 100 900;
        font-display: optional;
        src: url(https://domainsafe.au/assets/fonts/inter-roman.woff2?v=7e0bde7496) format("woff2");
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
</style>

    <link rel="stylesheet" type="text/css" href="https://domainsafe.au/assets/built/screen.css?v=7e0bde7496">

    <style>
        :root {
            --background-color: #ffffff
        }
    </style>

    <script>
        /* The script for calculating the color contrast has been taken from
        https://gomakethings.com/dynamically-changing-the-text-color-based-on-background-color-contrast-with-vanilla-js/ */
        var accentColor = getComputedStyle(document.documentElement).getPropertyValue('--background-color');
        accentColor = accentColor.trim().slice(1);

        if (accentColor.length === 3) {
            accentColor = accentColor[0] + accentColor[0] + accentColor[1] + accentColor[1] + accentColor[2] + accentColor[2];
        }

        var r = parseInt(accentColor.substr(0, 2), 16);
        var g = parseInt(accentColor.substr(2, 2), 16);
        var b = parseInt(accentColor.substr(4, 2), 16);
        var yiq = ((r * 299) + (g * 587) + (b * 114)) / 1000;
        var textColor = (yiq >= 128) ? 'dark' : 'light';

        document.documentElement.className = `has-${textColor}-text`;
    </script>

    <link rel="icon" href="https://domainsafe.au/content/images/size/w256h256/2025/01/Screenshot-2024-11-18-at-3.05.26-pm.png" type="image/png">
    <link rel="canonical" href="https://domainsafe.au/parked/">
    <meta name="referrer" content="no-referrer-when-downgrade">
    
    <meta property="og:site_name" content="DOMAINSAFE">
    <meta property="og:type" content="website">
    <meta property="og:title" content="Something a-maze-ing is coming">
    <meta property="og:description" content="...but it&#x27;s not here, yet!

You&#x27;ve arrived at this page because the website you&#x27;ve tried to reach isn&#x27;t accessible right now.

If you&#x27;d like more information, or you&#x27;d like your spare domain names to redirect to this page, please drop us an email at parked@domainsafe.au.">
    <meta property="og:url" content="https://domainsafe.au/parked/">
    <meta property="og:image" content="https://domainsafe.au/content/images/2024/10/maze--3--1.png">
    <meta property="article:published_time" content="2024-10-01T00:32:52.000Z">
    <meta property="article:modified_time" content="2024-10-01T01:14:27.000Z">
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:title" content="Something a-maze-ing is coming">
    <meta name="twitter:description" content="...but it&#x27;s not here, yet!

You&#x27;ve arrived at this page because the website you&#x27;ve tried to reach isn&#x27;t accessible right now.

If you&#x27;d like more information, or you&#x27;d like your spare domain names to redirect to this page, please drop us an email at parked@domainsafe.au.">
    <meta name="twitter:url" content="https://domainsafe.au/parked/">
    <meta name="twitter:image" content="https://domainsafe.au/content/images/2024/10/maze--3--1.png">
    <meta name="twitter:label1" content="Written by">
    <meta name="twitter:data1" content="Paul Middleton">
    <meta property="og:image:width" content="802">
    <meta property="og:image:height" content="502">
    
    <script type="application/ld+json">
{
    "@context": "https://schema.org",
    "@type": "Article",
    "publisher": {
        "@type": "Organization",
        "name": "DOMAINSAFE",
        "url": "https://domainsafe.au/",
        "logo": {
            "@type": "ImageObject",
            "url": "https://domainsafe.au/content/images/2024/11/domainsafe_logo_purple.png"
        }
    },
    "author": {
        "@type": "Person",
        "name": "Paul Middleton",
        "url": "https://domainsafe.au/author/paul/",
        "sameAs": []
    },
    "headline": "Something a-maze-ing is coming",
    "url": "https://domainsafe.au/parked/",
    "datePublished": "2024-10-01T00:32:52.000Z",
    "dateModified": "2024-10-01T01:14:27.000Z",
    "image": {
        "@type": "ImageObject",
        "url": "https://domainsafe.au/content/images/2024/10/maze--3--1.png",
        "width": 802,
        "height": 502
    },
    "description": "...but it&#x27;s not here, yet!\n\nYou&#x27;ve arrived at this page because the website you&#x27;ve tried to reach isn&#x27;t accessible right now.\n\nIf you&#x27;d like more information, or you&#x27;d like your spare domain names to redirect to this page, please drop us an email at parked@domainsafe.au.",
    "mainEntityOfPage": "https://domainsafe.au/parked/"
}
    </script>

    <meta name="generator" content="Ghost 6.26">
    <link rel="alternate" type="application/rss+xml" title="DOMAINSAFE" href="https://domainsafe.au/rss/">
    <script defer src="https://cdn.jsdelivr.net/ghost/portal@~2.67/umd/portal.min.js" data-i18n="true" data-ghost="https://domainsafe.au/" data-key="ffda4bddea92952f8586f47b37" data-api="https://domainsafe.ghost.io/ghost/api/content/" data-locale="en" crossorigin="anonymous"></script><style id="gh-members-styles">.gh-post-upgrade-cta-content,
.gh-post-upgrade-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
}

.gh-post-upgrade-cta-content {
    border-radius: 8px;
    padding: 40px 4vw;
}

.gh-post-upgrade-cta h2 {
    color: #ffffff;
    font-size: 28px;
    letter-spacing: -0.2px;
    margin: 0;
    padding: 0;
}

.gh-post-upgrade-cta p {
    margin: 20px 0 0;
    padding: 0;
}

.gh-post-upgrade-cta small {
    font-size: 16px;
    letter-spacing: -0.2px;
}

.gh-post-upgrade-cta a {
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
    box-shadow: none;
    text-decoration: underline;
}

.gh-post-upgrade-cta a:hover {
    color: #ffffff;
    opacity: 0.8;
    box-shadow: none;
    text-decoration: underline;
}

.gh-post-upgrade-cta a.gh-btn {
    display: block;
    background: #ffffff;
    text-decoration: none;
    margin: 28px 0 0;
    padding: 8px 18px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
}

.gh-post-upgrade-cta a.gh-btn:hover {
    opacity: 0.92;
}</style>
    <script defer src="https://cdn.jsdelivr.net/ghost/sodo-search@~1.8/umd/sodo-search.min.js" data-key="ffda4bddea92952f8586f47b37" data-styles="https://cdn.jsdelivr.net/ghost/sodo-search@~1.8/umd/main.css" data-sodo-search="https://domainsafe.ghost.io/" data-locale="en" crossorigin="anonymous"></script>
    
    <link href="https://domainsafe.au/webmentions/receive/" rel="webmention">
    <script defer src="/public/cards.min.js?v=7e0bde7496"></script>
    <link rel="stylesheet" type="text/css" href="/public/cards.min.css?v=7e0bde7496">
    <script defer src="/public/comment-counts.min.js?v=7e0bde7496" data-ghost-comments-counts-api="https://domainsafe.au/members/api/comments/counts/"></script>
    <script defer src="/public/member-attribution.min.js?v=7e0bde7496"></script>
    <script defer src="/public/ghost-stats.min.js?v=7e0bde7496" data-stringify-payload="false" data-datasource="analytics_events" data-storage="localStorage" data-host="https://domainsafe.au/.ghost/analytics/api/v1/page_hit"  tb_site_uuid="73301f3f-cb2f-404e-8dc9-32044ae15044" tb_post_uuid="a772e5fe-911f-473c-b3c7-94b1e992d63b" tb_post_type="page" tb_member_uuid="undefined" tb_member_status="undefined"></script><style>:root {--ghost-accent-color: #6a3ead;}</style>
    <!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-J8RFN8QZ7W"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-J8RFN8QZ7W');
</script>

</head>
<body class="page-template page-parked has-sans-title has-sans-body">

<div class="gh-viewport">
    
    <header id="gh-navigation" class="gh-navigation is-middle-logo gh-outer">
    <div class="gh-navigation-inner gh-inner">

        <div class="gh-navigation-brand">
            <a class="gh-navigation-logo is-title" href="https://domainsafe.au">
                    <img src="https://domainsafe.au/content/images/2024/11/domainsafe_logo_purple.png" alt="DOMAINSAFE">
            </a>
            <button class="gh-search gh-icon-button" aria-label="Search this site" data-ghost-search>
    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" width="20" height="20"><path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path></svg></button>            <button class="gh-burger gh-icon-button" aria-label="Menu">
                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 256 256"><path d="M224,128a8,8,0,0,1-8,8H40a8,8,0,0,1,0-16H216A8,8,0,0,1,224,128ZM40,72H216a8,8,0,0,0,0-16H40a8,8,0,0,0,0,16ZM216,184H40a8,8,0,0,0,0,16H216a8,8,0,0,0,0-16Z"></path></svg>                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 256 256"><path d="M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z"></path></svg>            </button>
        </div>

        <nav class="gh-navigation-menu">
            <ul class="nav">
    <li class="nav-home"><a href="https://domainsafe.au/">Home</a></li>
    <li class="nav-agencies"><a href="https://domainsafe.au/for-agencies/">Agencies</a></li>
    <li class="nav-domain-registration"><a href="https://portal.domainsafe.au/domain_registrations">Domain Registration</a></li>
    <li class="nav-posts"><a href="https://domainsafe.au/posts/">Posts</a></li>
    <li class="nav-contact"><a href="https://domainsafe.au/say-hello/">Contact</a></li>
</ul>

        </nav>

        <div class="gh-navigation-actions">
                <button class="gh-search gh-icon-button" aria-label="Search this site" data-ghost-search>
    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" width="20" height="20"><path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path></svg></button>                <div class="gh-navigation-members">
                            <a href="#/portal/signin" data-portal="signin">Sign in</a>
                                <a class="gh-button" href="#/portal/signup" data-portal="signup">Subscribe</a>
                </div>
        </div>

    </div>
</header>

    

<main class="gh-main">
    <article class="gh-article post">

            <header class="gh-article-header gh-canvas">
                <h1 class="gh-article-title is-title">Something a-maze-ing is coming</h1>
                    <figure class="gh-article-image">
        <img
            srcset="/content/images/size/w320/2024/10/maze--3--1.png 320w,
                    /content/images/size/w600/2024/10/maze--3--1.png 600w,
                    /content/images/size/w960/2024/10/maze--3--1.png 960w,
                    /content/images/size/w1200/2024/10/maze--3--1.png 1200w,
                    /content/images/size/w2000/2024/10/maze--3--1.png 2000w"
            sizes="(max-width: 1200px) 100vw, 1120px"
            src="/content/images/size/w1200/2024/10/maze--3--1.png"
            alt="Something a-maze-ing is coming"
        >
            <figcaption><span style="white-space: pre-wrap;">Managing a small business website can often feel like making your way through a maze</span></figcaption>
    </figure>
            </header>

        <section class="gh-content gh-canvas is-body">
            <h3 id="but-its-not-here-yet">...but it's not here, yet!</h3><p>You've arrived at this page because the website you've tried to reach isn't accessible right now.</p><p>If you'd like more information, or you'd like your spare domain names to redirect to this page, please drop us an email at <a href="mailto:parked@domainsafe.au" rel="noreferrer">parked@domainsafe.au</a>.</p>
        </section>

    </article>
</main>


    
    <footer class="gh-footer gh-outer">
    <div class="gh-footer-inner gh-inner">

        <div class="gh-footer-bar">
            <span class="gh-footer-logo is-title">
                    <img src="https://domainsafe.au/content/images/2024/11/domainsafe_logo_purple.png" alt="DOMAINSAFE">
            </span>
            <nav class="gh-footer-menu">
                <ul class="nav">
    <li class="nav-domain-licence-sales"><a href="https://domainsafe.au/domain-licence-sales/">Domain Licence Sales</a></li>
    <li class="nav-domain-statuses"><a href="https://domainsafe.au/domain-statuses/">Domain Statuses</a></li>
    <li class="nav-portal"><a href="https://portal.domainsafe.au/">Portal</a></li>
    <li class="nav-privacy"><a href="https://domainsafe.au/privacy-policy/">Privacy</a></li>
    <li class="nav-about"><a href="https://domainsafe.au/about/">About</a></li>
</ul>

            </nav>
            <div class="gh-footer-copyright" style="text-align: center; text-wrap: wrap;">
                Specialist DNS management, domain name registration, and email deliverability services<!-- Powered by <a href="https://ghost.org/" target="_blank" rel="noopener">Ghost</a> -->
            </div>
        </div>

                <section class="gh-footer-signup">
                    <h2 class="gh-footer-signup-header is-title">
                        DOMAINSAFE
                    </h2>
                    <p class="gh-footer-signup-subhead is-body">
                        Specialist DNS management, domain name registration, and email deliverability services
                    </p>
                    <form class="gh-form" data-members-form>
    <input class="gh-form-input" id="footer-email" name="email" type="email" placeholder="jamie@example.com" required data-members-email>
    <button class="gh-button" type="submit" aria-label="Subscribe">
        <span><span>Subscribe</span> <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M224.49,136.49l-72,72a12,12,0,0,1-17-17L187,140H40a12,12,0,0,1,0-24H187L135.51,64.48a12,12,0,0,1,17-17l72,72A12,12,0,0,1,224.49,136.49Z"></path></svg></span>
        <svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 24 24">
    <g stroke-linecap="round" stroke-width="2" fill="currentColor" stroke="none" stroke-linejoin="round" class="nc-icon-wrapper">
        <g class="nc-loop-dots-4-24-icon-o">
            <circle cx="4" cy="12" r="3"></circle>
            <circle cx="12" cy="12" r="3"></circle>
            <circle cx="20" cy="12" r="3"></circle>
        </g>
        <style data-cap="butt">
            .nc-loop-dots-4-24-icon-o{--animation-duration:0.8s}
            .nc-loop-dots-4-24-icon-o *{opacity:.4;transform:scale(.75);animation:nc-loop-dots-4-anim var(--animation-duration) infinite}
            .nc-loop-dots-4-24-icon-o :nth-child(1){transform-origin:4px 12px;animation-delay:-.3s;animation-delay:calc(var(--animation-duration)/-2.666)}
            .nc-loop-dots-4-24-icon-o :nth-child(2){transform-origin:12px 12px;animation-delay:-.15s;animation-delay:calc(var(--animation-duration)/-5.333)}
            .nc-loop-dots-4-24-icon-o :nth-child(3){transform-origin:20px 12px}
            @keyframes nc-loop-dots-4-anim{0%,100%{opacity:.4;transform:scale(.75)}50%{opacity:1;transform:scale(1)}}
        </style>
    </g>
</svg>        <svg class="checkmark" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52 52">
    <path class="checkmark__check" fill="none" d="M14.1 27.2l7.1 7.2 16.7-16.8"/>
    <style>
        .checkmark {
            width: 40px;
            height: 40px;
            display: block;
            stroke-width: 2.5;
            stroke: currentColor;
            stroke-miterlimit: 10;
        }

        .checkmark__check {
            transform-origin: 50% 50%;
            stroke-dasharray: 48;
            stroke-dashoffset: 48;
            animation: stroke .3s cubic-bezier(0.650, 0.000, 0.450, 1.000) forwards;
        }

        @keyframes stroke {
            100% { stroke-dashoffset: 0; }
        }
    </style>
</svg>    </button>
    <p data-members-error></p>
</form>                </section>

    </div>
</footer>    
</div>

    <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
    <div class="pswp__bg"></div>

    <div class="pswp__scroll-wrap">
        <div class="pswp__container">
            <div class="pswp__item"></div>
            <div class="pswp__item"></div>
            <div class="pswp__item"></div>
        </div>

        <div class="pswp__ui pswp__ui--hidden">
            <div class="pswp__top-bar">
                <div class="pswp__counter"></div>

                <button class="pswp__button pswp__button--close" title="Close (Esc)"></button>
                <button class="pswp__button pswp__button--share" title="Share"></button>
                <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button>
                <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button>

                <div class="pswp__preloader">
                    <div class="pswp__preloader__icn">
                        <div class="pswp__preloader__cut">
                            <div class="pswp__preloader__donut"></div>
                        </div>
                    </div>
                </div>
            </div>

            <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
                <div class="pswp__share-tooltip"></div>
            </div>

            <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"></button>
            <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"></button>

            <div class="pswp__caption">
                <div class="pswp__caption__center"></div>
            </div>
        </div>
    </div>
</div>
<script src="https://domainsafe.au/assets/built/source.js?v=7e0bde7496"></script>

<!--
<script src="https://cdn.jotfor.ms/s/umd/latest/for-cardform-feedback-embed.js"></script>
  <script>
    var componentID = new JF_FeedbackEmbedButton({
      
  buttonIcon: "questionMark",
  buttonFontColor: "#FFFFFF",
  buttonBackgroundColor: "#6a3ead",
  formId: 242858385869075
  ,
      buttonText: "Services",
      buttonSide: "Bottom",
      buttonAlign: "Right",
      base: "https://form.jotform.com/",
    }).componentID;
  </script>
  <script src='https://cdn.jotfor.ms/s/umd/latest/for-form-embed-handler.js'></script>
  <script>window.jotformEmbedHandler("iframe[id='" + componentID + "_iframe']", "https://form.jotform.com/")</script>
  -->

</body>
</html>
