CMS website do not connected properly with custom domain

I export CMS site from webflow and host it on netlify .I added custom domain butwhen I click kitchens,guest rooms, etc under projects it does not connect with my custom domain but its connect in webflow domain and result 404 page .pls How can I solve it???my link [https://maywebdesigner.online/].Someone pls give answers I posed 3 days ago but no one answer

The links appear to be working fine.

no.I saw it connected with webflow domain not with my custom domain

Hiya :wave:t6: @maymemyintzaw1997 thanks for reaching out and clarifying your issue.

I can see in the screenshot your site is populating not using the custom domain (https://www.maywebdesigner.online/).

I went to your domain and I can now see that your site is showing your custom domain. This may have been a propagation issue.

Please reach back out if you’re still having issues.

pls hit projects and select kitchens,living roms,terraces etc it does not link with my custom domain sis pls check for me thanks

Hi, @maymemyintzaw1997. You are uploading static HTML to Netlify. We are not building your site so we just serve whatever you upload to Netlify exactly as it is. You have those links hardcoded in your HTML:

    <div>Projects</div>
</div>
<nav class="uui-navbar07_dropdown-list-2 w-dropdown-list">
    <div class="uui-navbar07_dropdown-link-list-2"><a id="w-node-_25d6e981-7d6f-1e66-d1ea-1fbfb3e2088b-b3e2087b" href="https://alpha-interior-firm.webflow.io/spaces/guest-rooms" class="uui-navbar07_dropdown-link-2 w-inline-block">
            <div class="uui-navbar07_item-right-2">
                <div class="uui-navbar07_item-heading-2">Guest Rooms</div>
            </div>
        </a><a id="w-node-_25d6e981-7d6f-1e66-d1ea-1fbfb3e2088f-b3e2087b" href="https://alpha-interior-firm.webflow.io/spaces/living-rooms" class="uui-navbar07_dropdown-link-2 w-inline-block">
            <div class="uui-navbar07_item-right-2">
                <div class="uui-navbar07_item-heading-2">Living Rooms</div>
            </div>
        </a><a id="w-node-_25d6e981-7d6f-1e66-d1ea-1fbfb3e20893-b3e2087b" href="https://alpha-interior-firm.webflow.io/spaces/kitchens" class="uui-navbar07_dropdown-link-2 w-inline-block">
            <div class="uui-navbar07_item-right-2">
                <div class="uui-navbar07_item-heading-2">Kitchens</div>
            </div>
        </a><a id="w-node-_25d6e981-7d6f-1e66-d1ea-1fbfb3e20897-b3e2087b" href="https://alpha-interior-firm.webflow.io/spaces/offices" class="uui-navbar07_dropdown-link-2 w-inline-block">
            <div class="uui-navbar07_item-right-2">
                <div class="uui-navbar07_item-heading-2">Offices</div>
            </div>
        </a><a id="w-node-_25d6e981-7d6f-1e66-d1ea-1fbfb3e2089b-b3e2087b" href="https://alpha-interior-firm.webflow.io/spaces/studios" class="uui-navbar07_dropdown-link-2 w-inline-block">
            <div class="uui-navbar07_item-right-2">
                <div class="uui-navbar07_item-heading-2">Studios</div>
            </div>
        </a><a id="w-node-_25d6e981-7d6f-1e66-d1ea-1fbfb3e2089f-b3e2087b" href="https://alpha-interior-firm.webflow.io/spaces/terraces" class="uui-navbar07_dropdown-link-2 w-inline-block">
            <div class="uui-navbar07_item-right-2">
                <div class="uui-navbar07_item-heading-2">Terraces</div>
            </div>
        </a></div>
</nav>

We cannot see how you created that code so we cannot provide exact advice here. However you are creating that HTML, you will need to change the https://alpha-interior-firm.webflow.io/ <a> tags to point to the correct domain you want to use.

I exported it from webflow and When I add custom domain in netlify I should automatically change to my custom domain link instead of webflow link.Am I right?

Did you mean it should or I should? They both end up having drastically different meanings in this context.

But the answer is, no, it won’t be automatic. You have to change the links yourself.

I think When I add custom domain to netlify it will link automatically link to my website.how can I change links .https://www.maywebdesigner.online/ In my website all buttons on my homepage is connected to custom domain except some buttons on navbar (HOME,Projects) are connected to webflow links which I exported .how can I fix it.

You will need to manually edit the HTML files to contain the URLs you want it to have. Open them in a text editor you prefer and change the URLs in the files using that editor. When the URLs are correct, save the file, and then redeploy the files to Netlify.

I am not a coder so I do not know how to do this .Any you tube videos to watch as an example to solve it bro.

Hi, @maymemyintzaw1997. The support team here at Netlify is here to provide technical support for the services that Netlify provides and the code we write. You are asking questions about your code or code written by a third-party which is not covered under the scope of the support we provide:

Someone that does not work at Netlify may be willing to assist you with this here. However, please note this is a forum specific to Netlify and the question you are asking is a very general coding question which is not specific to Netlify is any way. For this reason, you may find answers faster if you ask this question on a general coding forum like Stack Overflow or to make web searches regarding your question.