How to create CNAME record in DNS for a custom company-branded URL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2024 04:20 AM - edited 03-01-2024 04:42 AM
Hello all,
I want to create a custom URL for a company
But the below error occurs :
After doing research on it, I understood that first we need to create CNAME record in DNS.
But I am not getting How exactly we add it.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2024 04:37 AM
what is your qustion ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2024 04:49 AM
Sorry, I was editing the question. Now I am done with editing. Can you please help me with it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2024 11:07 PM
Hi @aakankshapl and @Community Alums ,
Have you found a solution to this issue? I’m encountering a similar error and would appreciate any guidance.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2024 10:44 AM - edited 09-24-2024 10:46 AM
CNAME records can map an alias (like alias.example.com) to another domain (like target.example.com), but they cannot point to a specific URL path (e.g., "http://target.example.com/page)". If you need to redirect to a specific path, this must be handled at the web server or application level, using methods such as HTTP 301 or 302 redirects, or server-side rewrites.