Skip to content
ヘルプセンター

Web サイトをホスティングにアップロードするにはどうすればよいですか?

DirectAdmin、cPanel、または FTP を使用して Web サイトをホスティングにアップロードする方法を学びます。簡単な手順、実際の例、よくある間違いを避けるためのヒント。

✅ オプション 1: ファイル マネージャー

を使用してサイトをアップロードします。

🧭 DirectAdmin ユーザー向け

  1. Log into your DirectAdmin panel
    👉 Go to https://yourdomain.com:2222 and log in with your credentials.

  2. [ファイル マネージャー]をクリックします

  3. Locate the public folder
    Go to domains/yourdomain.com/public_html
    (That is the folder where your website files should go)

  4. Click "Upload Files"
    Upload your site files directly or a .zip archive.

  5. .zip をアップロードした場合は、それを解凍します
    ファイルを右クリックし、[解凍] を選択します。

  6. ファイルが public_html
    内にあることを確認してください。メイン ファイルには名前を付ける必要があります。 index.html or index.PHP.


🧭 For cPanel users

  1. Log into cPanel
    👉 https://yourdomain.com:2083

  2. Go to "File Manager"

  3. Open the public_html folder

  4. Click "Upload" and upload your files.

  5. If using a .zip, extract it inside public_html.

  6. メイン ファイルの名前が index.html または index.PHP.

    であることを確認してください。

🖥️ Option 2: Upload your site using an FTP client (like FileZilla)

1。 Open FileZilla or your preferred FTP client.

2. Use these credentials to connect (found in your panel or activation email):

  • サーバー (ホスト): ftp.yourdomain.com またはサーバー IP

  • Username: FTP ユーザー名またはパネル ユーザー名

  • パスワード: パネルのパスワード、または設定したものと同じ

  • ポート: 21

3. /public_html フォルダーに接続して移動します。

4.すべてのサイト ファイルをそのフォルダーにアップロードします。


🧪 正しく実行したかどうかはどうすればわかりますか?

すべてをアップロードした後、ブラウザを開いて次のページにアクセスしてください:
👉 https://yourdomain.com
If サイトが読み込まれているのが表示されたら、完了です。 🎉


🧠 実践的なヒント

  • サイトが表示されない場合は、メイン ファイルの名前が index.html または index.PHP.

    であることを確認してください。
  • デフォルトを削除 index.html 一部のホスティング サービスにデフォルトで含まれるテスト ファイル。

  • WordPress をアップロードする場合は、必ずデータベースもインポートし、wp-config.PHP ファイルを構成してください。