To redirect mysite.com to mysite.com/drupal, follow these two steps:
1. Open text editor, and paste the following:
<?phpheader( 'Location: http://www.mysite.com/drupal/index.php' ) ;?>
2. Edit mysite.com/drupal, and save it as index.php and upload it to your website.