Set Up

3. Publish to test

It’s time to make sure everything is set up correctly and publish the site to Sitehost Test, the test server. Go to your site in the WCMS and publish the base folder / to test.

publish xml navigation

Additional files

Note: If you are using Sitehost/Sitehost Test, as part of the creation of your framework copy, we will install additional files on your account.

  • Sitehost Test
    • web/robots.txt (this is used to prevent your test site from being indexed by search engines)
    • web/.htaccess (this redirects tilde URLs to the Webtest virtual host and sets PHP AddHandler for .html file extensions)
    • web/.user.ini (sets PHP include paths)
  • Sitehost
    • crontab (this generates web/sitemap.xml)
    • web/.htaccess (this redirects tilde URLs to the production virtual host and sets PHP AddHandler for .html file extensions)
    • web/.user.ini (sets PHP include paths)

If you need to run this script on your own, navigate to the web directory of your account and run /groups/iuframe/bin/setup_framework and follow the prompts. If applicable, be sure to use your virtual host URL for production, not the default Sitehost URL.