FTP and Secondary FTP pointing to same location

Discussion in 'Site Programming, Development and Design' started by csandbhor, Dec 19, 2012.

  1. Can you please help on following issue I am facing

    When I connect via FileZilla both my FTP and Secondary FTP are pointing to same directory location due to which not able to make use of "Secondary Web URL"
     
  2. They're supposed to point to the same location. The secondary URL and FTP are meant to be used before your domain name points to us, or to troubleshoot issues that may be domain related.
     
  3. Hi Hank,

    Actually what I want to do is show "Coming Soon" page on my domain url and deploy site under Secondary Web URL to test before making it live to all.
    Can you please help me how to achieve this?
    Thanks in advance
     
  4. You can't serve different content on the primary and secondary domains.

    What you might want to do is develop the site using one file extension (.aspx, .php, etc.) and put your coming soon page up as index.html. Then make .html the primary default document.

    That way someone typing in domain.com will get the coming soon index.html, but you can still go to domain.com/index.aspx to see the test site.
     

Share This Page