Permanently redirect www and apex domain to subdomain on netlify









up vote
0
down vote

favorite












on namecheap I own a site called anonplayer.com and I have used custom dns to point it to netlify servers



on netlify i'm running an app at test.anonplayer.com which works fine but I have been unable to get anonplayer.com and www.anonplayer.com to permanently redirect to test.anonplayer.com



I tried both CNAME and ALIAS records from their domains section



and I also tried the following _redirects in the public folder of my vue app



/* /index.html 200
https://anonplayer.com https://test.anonplayer.com
https://www.anonplayer.com https://test.anonplayer.com
https://anonplayer.com/* https://test.anonplayer.com/:splat
https://www.anonplayer.com/* https://test.anonplayer.com/:splat


and I get "5 redirect rules processed, All redirect rules deployed without errors" in the build logs.



does it have something to do with the fact that I have another site app.anonplayer.com running on netlify ?










share|improve this question



























    up vote
    0
    down vote

    favorite












    on namecheap I own a site called anonplayer.com and I have used custom dns to point it to netlify servers



    on netlify i'm running an app at test.anonplayer.com which works fine but I have been unable to get anonplayer.com and www.anonplayer.com to permanently redirect to test.anonplayer.com



    I tried both CNAME and ALIAS records from their domains section



    and I also tried the following _redirects in the public folder of my vue app



    /* /index.html 200
    https://anonplayer.com https://test.anonplayer.com
    https://www.anonplayer.com https://test.anonplayer.com
    https://anonplayer.com/* https://test.anonplayer.com/:splat
    https://www.anonplayer.com/* https://test.anonplayer.com/:splat


    and I get "5 redirect rules processed, All redirect rules deployed without errors" in the build logs.



    does it have something to do with the fact that I have another site app.anonplayer.com running on netlify ?










    share|improve this question

























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      on namecheap I own a site called anonplayer.com and I have used custom dns to point it to netlify servers



      on netlify i'm running an app at test.anonplayer.com which works fine but I have been unable to get anonplayer.com and www.anonplayer.com to permanently redirect to test.anonplayer.com



      I tried both CNAME and ALIAS records from their domains section



      and I also tried the following _redirects in the public folder of my vue app



      /* /index.html 200
      https://anonplayer.com https://test.anonplayer.com
      https://www.anonplayer.com https://test.anonplayer.com
      https://anonplayer.com/* https://test.anonplayer.com/:splat
      https://www.anonplayer.com/* https://test.anonplayer.com/:splat


      and I get "5 redirect rules processed, All redirect rules deployed without errors" in the build logs.



      does it have something to do with the fact that I have another site app.anonplayer.com running on netlify ?










      share|improve this question















      on namecheap I own a site called anonplayer.com and I have used custom dns to point it to netlify servers



      on netlify i'm running an app at test.anonplayer.com which works fine but I have been unable to get anonplayer.com and www.anonplayer.com to permanently redirect to test.anonplayer.com



      I tried both CNAME and ALIAS records from their domains section



      and I also tried the following _redirects in the public folder of my vue app



      /* /index.html 200
      https://anonplayer.com https://test.anonplayer.com
      https://www.anonplayer.com https://test.anonplayer.com
      https://anonplayer.com/* https://test.anonplayer.com/:splat
      https://www.anonplayer.com/* https://test.anonplayer.com/:splat


      and I get "5 redirect rules processed, All redirect rules deployed without errors" in the build logs.



      does it have something to do with the fact that I have another site app.anonplayer.com running on netlify ?







      netlify






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 13 at 7:06

























      asked Nov 11 at 6:36









      praneeth mendu

      547




      547






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          This should be the same as setting up a site with a www sub-domain on Netlify. Netlify will automatically enter these settings for you into DNS.



          • Create a site for your bare domain aanonplayer.com

          • Add domain aliases test.aanonplayer.com and www.aanonplayer.com

          • Make test.aanonplayer.com the primary

          In _redirects for your site, use the following:



          # Redirect domain aliases to primary domain
          https://aanonplayer.com/* https://test.aanonplayer.com/:splat 301!
          https://www.aanonplayer.com/* https://test.aanonplayer.com/:splat 301!

          # Optional: Redirect default Netlify subdomain to primary domain
          https://aanonplayer-com.netlify.com/* https://test.aanonplayer.com/:splat 301!




          In Domain settings for the site, you should see something similar to:



          enter image description here



          In DNS you would see something similar to:



          enter image description here






          share|improve this answer




















          • The permanent redirects work correctly when I followed you advice but I ran into new problems and have edited my question to reflect that. Should I accept this answer and ask a new question instead ?
            – praneeth mendu
            Nov 12 at 13:09











          • Yeah, the issue may be spa related and have nothing to do with the redirects.
            – talves
            Nov 12 at 15:45











          • you're right my router was at fault, just had to fix that and add "/* /index.html 200" below the suggested rules, then everything was perfect. Thanks for the help
            – praneeth mendu
            Nov 13 at 7:09










          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53246432%2fpermanently-redirect-www-and-apex-domain-to-subdomain-on-netlify%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          1
          down vote



          accepted










          This should be the same as setting up a site with a www sub-domain on Netlify. Netlify will automatically enter these settings for you into DNS.



          • Create a site for your bare domain aanonplayer.com

          • Add domain aliases test.aanonplayer.com and www.aanonplayer.com

          • Make test.aanonplayer.com the primary

          In _redirects for your site, use the following:



          # Redirect domain aliases to primary domain
          https://aanonplayer.com/* https://test.aanonplayer.com/:splat 301!
          https://www.aanonplayer.com/* https://test.aanonplayer.com/:splat 301!

          # Optional: Redirect default Netlify subdomain to primary domain
          https://aanonplayer-com.netlify.com/* https://test.aanonplayer.com/:splat 301!




          In Domain settings for the site, you should see something similar to:



          enter image description here



          In DNS you would see something similar to:



          enter image description here






          share|improve this answer




















          • The permanent redirects work correctly when I followed you advice but I ran into new problems and have edited my question to reflect that. Should I accept this answer and ask a new question instead ?
            – praneeth mendu
            Nov 12 at 13:09











          • Yeah, the issue may be spa related and have nothing to do with the redirects.
            – talves
            Nov 12 at 15:45











          • you're right my router was at fault, just had to fix that and add "/* /index.html 200" below the suggested rules, then everything was perfect. Thanks for the help
            – praneeth mendu
            Nov 13 at 7:09














          up vote
          1
          down vote



          accepted










          This should be the same as setting up a site with a www sub-domain on Netlify. Netlify will automatically enter these settings for you into DNS.



          • Create a site for your bare domain aanonplayer.com

          • Add domain aliases test.aanonplayer.com and www.aanonplayer.com

          • Make test.aanonplayer.com the primary

          In _redirects for your site, use the following:



          # Redirect domain aliases to primary domain
          https://aanonplayer.com/* https://test.aanonplayer.com/:splat 301!
          https://www.aanonplayer.com/* https://test.aanonplayer.com/:splat 301!

          # Optional: Redirect default Netlify subdomain to primary domain
          https://aanonplayer-com.netlify.com/* https://test.aanonplayer.com/:splat 301!




          In Domain settings for the site, you should see something similar to:



          enter image description here



          In DNS you would see something similar to:



          enter image description here






          share|improve this answer




















          • The permanent redirects work correctly when I followed you advice but I ran into new problems and have edited my question to reflect that. Should I accept this answer and ask a new question instead ?
            – praneeth mendu
            Nov 12 at 13:09











          • Yeah, the issue may be spa related and have nothing to do with the redirects.
            – talves
            Nov 12 at 15:45











          • you're right my router was at fault, just had to fix that and add "/* /index.html 200" below the suggested rules, then everything was perfect. Thanks for the help
            – praneeth mendu
            Nov 13 at 7:09












          up vote
          1
          down vote



          accepted







          up vote
          1
          down vote



          accepted






          This should be the same as setting up a site with a www sub-domain on Netlify. Netlify will automatically enter these settings for you into DNS.



          • Create a site for your bare domain aanonplayer.com

          • Add domain aliases test.aanonplayer.com and www.aanonplayer.com

          • Make test.aanonplayer.com the primary

          In _redirects for your site, use the following:



          # Redirect domain aliases to primary domain
          https://aanonplayer.com/* https://test.aanonplayer.com/:splat 301!
          https://www.aanonplayer.com/* https://test.aanonplayer.com/:splat 301!

          # Optional: Redirect default Netlify subdomain to primary domain
          https://aanonplayer-com.netlify.com/* https://test.aanonplayer.com/:splat 301!




          In Domain settings for the site, you should see something similar to:



          enter image description here



          In DNS you would see something similar to:



          enter image description here






          share|improve this answer












          This should be the same as setting up a site with a www sub-domain on Netlify. Netlify will automatically enter these settings for you into DNS.



          • Create a site for your bare domain aanonplayer.com

          • Add domain aliases test.aanonplayer.com and www.aanonplayer.com

          • Make test.aanonplayer.com the primary

          In _redirects for your site, use the following:



          # Redirect domain aliases to primary domain
          https://aanonplayer.com/* https://test.aanonplayer.com/:splat 301!
          https://www.aanonplayer.com/* https://test.aanonplayer.com/:splat 301!

          # Optional: Redirect default Netlify subdomain to primary domain
          https://aanonplayer-com.netlify.com/* https://test.aanonplayer.com/:splat 301!




          In Domain settings for the site, you should see something similar to:



          enter image description here



          In DNS you would see something similar to:



          enter image description here







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Nov 11 at 17:36









          talves

          5,07311131




          5,07311131











          • The permanent redirects work correctly when I followed you advice but I ran into new problems and have edited my question to reflect that. Should I accept this answer and ask a new question instead ?
            – praneeth mendu
            Nov 12 at 13:09











          • Yeah, the issue may be spa related and have nothing to do with the redirects.
            – talves
            Nov 12 at 15:45











          • you're right my router was at fault, just had to fix that and add "/* /index.html 200" below the suggested rules, then everything was perfect. Thanks for the help
            – praneeth mendu
            Nov 13 at 7:09
















          • The permanent redirects work correctly when I followed you advice but I ran into new problems and have edited my question to reflect that. Should I accept this answer and ask a new question instead ?
            – praneeth mendu
            Nov 12 at 13:09











          • Yeah, the issue may be spa related and have nothing to do with the redirects.
            – talves
            Nov 12 at 15:45











          • you're right my router was at fault, just had to fix that and add "/* /index.html 200" below the suggested rules, then everything was perfect. Thanks for the help
            – praneeth mendu
            Nov 13 at 7:09















          The permanent redirects work correctly when I followed you advice but I ran into new problems and have edited my question to reflect that. Should I accept this answer and ask a new question instead ?
          – praneeth mendu
          Nov 12 at 13:09





          The permanent redirects work correctly when I followed you advice but I ran into new problems and have edited my question to reflect that. Should I accept this answer and ask a new question instead ?
          – praneeth mendu
          Nov 12 at 13:09













          Yeah, the issue may be spa related and have nothing to do with the redirects.
          – talves
          Nov 12 at 15:45





          Yeah, the issue may be spa related and have nothing to do with the redirects.
          – talves
          Nov 12 at 15:45













          you're right my router was at fault, just had to fix that and add "/* /index.html 200" below the suggested rules, then everything was perfect. Thanks for the help
          – praneeth mendu
          Nov 13 at 7:09




          you're right my router was at fault, just had to fix that and add "/* /index.html 200" below the suggested rules, then everything was perfect. Thanks for the help
          – praneeth mendu
          Nov 13 at 7:09

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53246432%2fpermanently-redirect-www-and-apex-domain-to-subdomain-on-netlify%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          這個網誌中的熱門文章

          Barbados

          How to read a connectionString WITH PROVIDER in .NET Core?

          Node.js Script on GitHub Pages or Amazon S3