How to host PHP website via a rental server

This manual is available in both English and Japanese.

Manual of hosting PHP website via a rental server

Overview

This manual provides a step-by-step guide on how to host a PHP website using a rental server service. It covers the basics of what a PHP website is, how to choose a rental server service, and selecting an FTP client software for file transfers. By following this manual, users will gain the knowledge needed to successfully launch their PHP website.


このマニュアルは、レンタルサーバーサービスを使用してPHPウェブサイトをホスティングするためのステップバイステップガイドを提供します。PHPウェブサイトとは何か、レンタルサーバーサービスの選び方、ファイル転送用のFTPクライアントソフトウェアの選択方法について説明します。このマニュアルに従うことで、ユーザーは自分のPHPウェブサイトを成功させるために必要な知識を得ることが期待されています。


Contents

What is PHP website | PHPウェブサイトとは?

PHP (Hypertext Preprocessor) is a popular general-purpose scripting language that is especially suited to web development. A PHP website is one that uses PHP code to generate dynamic content. PHP scripts can run on the server, making it possible to create interactive and dynamic web pages that can communicate with databases, manage sessions, and perform complex calculations.


PHP(Hypertext Preprocessor)は、ウェブ開発に適した人気のある汎用スクリプト言語です。PHPウェブサイトとは、PHPコードを使用して動的なコンテンツを生成するウェブサイトのことです。PHPスクリプトはサーバー上で実行されるため、データベースとの通信、セッション管理、複雑な計算の実行など、インタラクティブで動的なウェブページを作成することが可能です。


Choose a rental server service | レンタルサーバーサービスの選択

When selecting a rental server service for hosting a PHP website, consider the following factors:


PHPウェブサイトをホスティングするためのレンタルサーバーサービスを選択する際には、次の点を考慮してください:


Pick up an FTP client software | FTPクライアントソフトウェアの選択

FTP (File Transfer Protocol) client software is essential for transferring files from your computer to the rental server. Popular FTP clients include:


ファイルをコンピューターからレンタルサーバーに転送するためには、FTP(File Transfer Protocol)クライアントソフトウェアが必要です。人気のFTPクライアントには以下のものがあります:


Procedures

1. Setting Up Your Rental Server | レンタルサーバーのセットアップ



2. Preparing Your PHP Website | PHPウェブサイトの準備


php-dir.png

3. Uploading Your Website | ウェブサイトのアップロード


download-filezilla.png

FileZillaのメインウィンド

filezilla-main-window.png

filezilla-signin.png

filezilla-login.png


References