Things you should know before you go.
When launching a new Drupal site there are few things to look out for in order to make sure that the launch is a smooth as possible.
Before
- How does the site look on IE{6|7}, Firefox, Opera, Safari? Admin Section too?
- Run a link checker on the site: http://validator.w3.org/checklink
- Check if the 404 and 403 error pages have been setup.
- Look for absolute links in your pages. These links may point to a
development area and when the site launches they will no longer work
- Any folders staying?
(Old paths will get their permissions changed if they are not created in WebManage)
Create those web paths in WebManage for the live site.
- Any old .htaccess files? (Redirects, Rewrites, etc.)
Move them into WebManage as the OSU Drupal will remove them.
- Any conflicting paths in use for the old site? /admin, /user, /profiles etc. These will need to be moved or removed.
After
- Check for broken links and images again.
- Check the status report for Page Not Found errors after a few hours/days to see if any important pages were missed.