{"id":1609,"date":"2022-07-30T22:01:07","date_gmt":"2022-07-30T22:01:07","guid":{"rendered":"https:\/\/pheonixsolutions.com\/knowledge-base\/?p=1609"},"modified":"2026-06-07T10:56:37","modified_gmt":"2026-06-07T10:56:37","slug":"how-to-create-wildcard-subdomains","status":"publish","type":"post","link":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/07\/30\/how-to-create-wildcard-subdomains\/","title":{"rendered":"How to create wildcard subdomains"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">Introduction<\/h3>\n\n\n\n<p>A wildcard subdomain allows you to direct all non-existent subdomains of your domain to a specific directory on your hosting account. This is useful for applications that dynamically generate subdomains, multi-tenant websites, custom URL routing, and development environments.<\/p>\n\n\n\n<p>This guide explains how to create and configure a wildcard subdomain using cPanel.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Prerequisites<\/h3>\n\n\n\n<p>Before proceeding, ensure that:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>You have access to your cPanel account.<\/li>\n\n\n\n<li>Your domain is properly pointed to your hosting server.<\/li>\n\n\n\n<li>You have the server IP address available.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Procedure<\/h3>\n\n\n\n<p><strong>1. Access your cPanel account using your hosting credentials.<\/strong><\/p>\n\n\n\n<p><br><strong>2. Create a Wildcard Subdomain<\/strong><\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>Navigate to <strong>Domains<\/strong> \u2192 <strong>Subdomains<\/strong>.<\/li>\n\n\n\n<li>In the <strong>Subdomain<\/strong> field, enter an asterisk (<code>*<\/code>).<\/li>\n\n\n\n<li>Select the desired domain from the dropdown menu.<\/li>\n\n\n\n<li>Specify the <strong>Document Root<\/strong> directory where all wildcard subdomains should point.<\/li>\n\n\n\n<li>Click <strong>Create<\/strong>.<\/li>\n<\/ol>\n\n\n\n<p>Example:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Subdomain: <code>*<\/code><\/li>\n\n\n\n<li>Domain: <code>yourdomain.com<\/code><\/li>\n\n\n\n<li>Document Root: <code>\/public_html\/wildcard<\/code><\/li>\n<\/ul>\n\n\n\n<p>This configuration will direct requests such as:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>test.yourdomain.com<\/li>\n\n\n\n<li>demo.yourdomain.com<\/li>\n\n\n\n<li>app.yourdomain.com<\/li>\n<\/ul>\n\n\n\n<p>to the same document root.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"212\" src=\"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2022\/07\/image-31-1024x212.png\" alt=\"\" class=\"wp-image-1610\" srcset=\"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2022\/07\/image-31-1024x212.png 1024w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2022\/07\/image-31-300x62.png 300w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2022\/07\/image-31-768x159.png 768w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2022\/07\/image-31-150x31.png 150w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2022\/07\/image-31.png 1088w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><strong>3. Step 3: Configure DNS Records<\/strong><\/p>\n\n\n\n<p>Ensure the record points to your server&#8217;s IP address.<\/p>\n\n\n\n<p>Navigate to <strong>Domains<\/strong> \u2192 <strong>Zone Editor<\/strong>.<\/p>\n\n\n\n<p>Locate your domain and click <strong>Manage<\/strong>.<\/p>\n\n\n\n<p>Verify that an <strong>A Record<\/strong> exists for:<code>*.yourdomain.com<\/code><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"927\" height=\"611\" src=\"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2022\/07\/image-32.png\" alt=\"\" class=\"wp-image-1611\" srcset=\"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2022\/07\/image-32.png 927w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2022\/07\/image-32-300x198.png 300w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2022\/07\/image-32-768x506.png 768w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2022\/07\/image-32-150x99.png 150w\" sizes=\"auto, (max-width: 927px) 100vw, 927px\" \/><\/figure>\n\n\n\n<p><strong>Step 4: Wait for DNS Propagation<\/strong><\/p>\n\n\n\n<p>DNS changes may take some time to propagate across the internet.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Typical propagation time: 30 minutes to 24 hours<\/li>\n\n\n\n<li>Maximum propagation time: Up to 48 hours<\/li>\n<\/ul>\n\n\n\n<p>During this period, some locations may still resolve old DNS records.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Testing the Wildcard Subdomain<\/h4>\n\n\n\n<p>Once DNS propagation is complete, test by visiting random subdomains such as:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>test.yourdomain.com<\/li>\n\n\n\n<li>hello.yourdomain.com<\/li>\n\n\n\n<li>anything.yourdomain.com<\/li>\n<\/ul>\n\n\n\n<p>If configured correctly, all requests should load content from the specified document root.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"914\" height=\"246\" src=\"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2022\/07\/image-33.png\" alt=\"\" class=\"wp-image-1612\" srcset=\"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2022\/07\/image-33.png 914w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2022\/07\/image-33-300x81.png 300w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2022\/07\/image-33-768x207.png 768w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2022\/07\/image-33-150x40.png 150w\" sizes=\"auto, (max-width: 914px) 100vw, 914px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"609\" src=\"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2022\/07\/image-34-1024x609.png\" alt=\"\" class=\"wp-image-1613\" srcset=\"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2022\/07\/image-34-1024x609.png 1024w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2022\/07\/image-34-300x178.png 300w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2022\/07\/image-34-768x457.png 768w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2022\/07\/image-34-150x89.png 150w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2022\/07\/image-34.png 1064w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><strong>Conclusion<\/strong><\/p>\n\n\n\n<p>Wildcard subdomains provide a flexible way to handle unlimited subdomains without creating each one individually. By creating a wildcard subdomain in cPanel and configuring the appropriate DNS record, you can efficiently manage dynamic subdomain-based applications and websites.\u00a0<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction A wildcard subdomain allows you to direct all non-existent subdomains of your domain to a specific directory on your hosting account. This is useful for applications that dynamically generate subdomains, multi-tenant websites, custom URL routing, and development environments. This guide explains how to create and configure a wildcard subdomain using cPanel. Prerequisites Before proceeding, ..<\/p>\n<div class=\"clear-fix\"><\/div>\n<p><a href=\"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/07\/30\/how-to-create-wildcard-subdomains\/\" title=\"read more...\">Read more<\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[33],"tags":[5],"class_list":["post-1609","post","type-post","status-publish","format-standard","hentry","category-whm","tag-cpanel"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to create wildcard subdomains - PheonixSolutions Knowledge-Base<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/07\/30\/how-to-create-wildcard-subdomains\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to create wildcard subdomains - PheonixSolutions Knowledge-Base\" \/>\n<meta property=\"og:description\" content=\"Introduction A wildcard subdomain allows you to direct all non-existent subdomains of your domain to a specific directory on your hosting account. This is useful for applications that dynamically generate subdomains, multi-tenant websites, custom URL routing, and development environments. This guide explains how to create and configure a wildcard subdomain using cPanel. Prerequisites Before proceeding, ..Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/07\/30\/how-to-create-wildcard-subdomains\/\" \/>\n<meta property=\"og:site_name\" content=\"PheonixSolutions Knowledge-Base\" \/>\n<meta property=\"article:published_time\" content=\"2022-07-30T22:01:07+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-07T10:56:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2022\/07\/image-31.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1088\" \/>\n\t<meta property=\"og:image:height\" content=\"225\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"vijender\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"vijender\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/07\\\/30\\\/how-to-create-wildcard-subdomains\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/07\\\/30\\\/how-to-create-wildcard-subdomains\\\/\"},\"author\":{\"name\":\"vijender\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/7e483f3adf4e0c18f959adcaf9ea3f3d\"},\"headline\":\"How to create wildcard subdomains\",\"datePublished\":\"2022-07-30T22:01:07+00:00\",\"dateModified\":\"2026-06-07T10:56:37+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/07\\\/30\\\/how-to-create-wildcard-subdomains\\\/\"},\"wordCount\":303,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/07\\\/30\\\/how-to-create-wildcard-subdomains\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/image-31-1024x212.png\",\"keywords\":[\"cPanel\"],\"articleSection\":[\"WHM\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/07\\\/30\\\/how-to-create-wildcard-subdomains\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/07\\\/30\\\/how-to-create-wildcard-subdomains\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/07\\\/30\\\/how-to-create-wildcard-subdomains\\\/\",\"name\":\"How to create wildcard subdomains - PheonixSolutions Knowledge-Base\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/07\\\/30\\\/how-to-create-wildcard-subdomains\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/07\\\/30\\\/how-to-create-wildcard-subdomains\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/image-31-1024x212.png\",\"datePublished\":\"2022-07-30T22:01:07+00:00\",\"dateModified\":\"2026-06-07T10:56:37+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/7e483f3adf4e0c18f959adcaf9ea3f3d\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/07\\\/30\\\/how-to-create-wildcard-subdomains\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/07\\\/30\\\/how-to-create-wildcard-subdomains\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/07\\\/30\\\/how-to-create-wildcard-subdomains\\\/#primaryimage\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/image-31.png\",\"contentUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/image-31.png\",\"width\":1088,\"height\":225},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/07\\\/30\\\/how-to-create-wildcard-subdomains\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to create wildcard subdomains\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#website\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/\",\"name\":\"PheonixSolutions Knowledge-Base\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/7e483f3adf4e0c18f959adcaf9ea3f3d\",\"name\":\"vijender\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/29c5aebbdf439bbeaeea52d1cf1a0166768889fd6238deb28b6851eebb2cfb32?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/29c5aebbdf439bbeaeea52d1cf1a0166768889fd6238deb28b6851eebb2cfb32?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/29c5aebbdf439bbeaeea52d1cf1a0166768889fd6238deb28b6851eebb2cfb32?s=96&d=mm&r=g\",\"caption\":\"vijender\"},\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/author\\\/vijender\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to create wildcard subdomains - PheonixSolutions Knowledge-Base","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/07\/30\/how-to-create-wildcard-subdomains\/","og_locale":"en_US","og_type":"article","og_title":"How to create wildcard subdomains - PheonixSolutions Knowledge-Base","og_description":"Introduction A wildcard subdomain allows you to direct all non-existent subdomains of your domain to a specific directory on your hosting account. This is useful for applications that dynamically generate subdomains, multi-tenant websites, custom URL routing, and development environments. This guide explains how to create and configure a wildcard subdomain using cPanel. Prerequisites Before proceeding, ..Read more","og_url":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/07\/30\/how-to-create-wildcard-subdomains\/","og_site_name":"PheonixSolutions Knowledge-Base","article_published_time":"2022-07-30T22:01:07+00:00","article_modified_time":"2026-06-07T10:56:37+00:00","og_image":[{"width":1088,"height":225,"url":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2022\/07\/image-31.png","type":"image\/png"}],"author":"vijender","twitter_card":"summary_large_image","twitter_misc":{"Written by":"vijender","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/07\/30\/how-to-create-wildcard-subdomains\/#article","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/07\/30\/how-to-create-wildcard-subdomains\/"},"author":{"name":"vijender","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/7e483f3adf4e0c18f959adcaf9ea3f3d"},"headline":"How to create wildcard subdomains","datePublished":"2022-07-30T22:01:07+00:00","dateModified":"2026-06-07T10:56:37+00:00","mainEntityOfPage":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/07\/30\/how-to-create-wildcard-subdomains\/"},"wordCount":303,"commentCount":0,"image":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/07\/30\/how-to-create-wildcard-subdomains\/#primaryimage"},"thumbnailUrl":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2022\/07\/image-31-1024x212.png","keywords":["cPanel"],"articleSection":["WHM"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/07\/30\/how-to-create-wildcard-subdomains\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/07\/30\/how-to-create-wildcard-subdomains\/","url":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/07\/30\/how-to-create-wildcard-subdomains\/","name":"How to create wildcard subdomains - PheonixSolutions Knowledge-Base","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#website"},"primaryImageOfPage":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/07\/30\/how-to-create-wildcard-subdomains\/#primaryimage"},"image":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/07\/30\/how-to-create-wildcard-subdomains\/#primaryimage"},"thumbnailUrl":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2022\/07\/image-31-1024x212.png","datePublished":"2022-07-30T22:01:07+00:00","dateModified":"2026-06-07T10:56:37+00:00","author":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/7e483f3adf4e0c18f959adcaf9ea3f3d"},"breadcrumb":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/07\/30\/how-to-create-wildcard-subdomains\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/07\/30\/how-to-create-wildcard-subdomains\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/07\/30\/how-to-create-wildcard-subdomains\/#primaryimage","url":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2022\/07\/image-31.png","contentUrl":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2022\/07\/image-31.png","width":1088,"height":225},{"@type":"BreadcrumbList","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/07\/30\/how-to-create-wildcard-subdomains\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pheonixsolutions.com\/knowledge-base\/"},{"@type":"ListItem","position":2,"name":"How to create wildcard subdomains"}]},{"@type":"WebSite","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#website","url":"https:\/\/pheonixsolutions.com\/knowledge-base\/","name":"PheonixSolutions Knowledge-Base","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pheonixsolutions.com\/knowledge-base\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/7e483f3adf4e0c18f959adcaf9ea3f3d","name":"vijender","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/29c5aebbdf439bbeaeea52d1cf1a0166768889fd6238deb28b6851eebb2cfb32?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/29c5aebbdf439bbeaeea52d1cf1a0166768889fd6238deb28b6851eebb2cfb32?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/29c5aebbdf439bbeaeea52d1cf1a0166768889fd6238deb28b6851eebb2cfb32?s=96&d=mm&r=g","caption":"vijender"},"url":"https:\/\/pheonixsolutions.com\/knowledge-base\/author\/vijender\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/1609","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/comments?post=1609"}],"version-history":[{"count":3,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/1609\/revisions"}],"predecessor-version":[{"id":3763,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/1609\/revisions\/3763"}],"wp:attachment":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/media?parent=1609"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/categories?post=1609"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/tags?post=1609"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}