Definicje sobie możesz sprawdzić choćby na wikipedii.
Potocznie to to samo i nie ma się co rozdrabniać który termin jest odpowiedniejszy i dlaczego. Tak czy tak każdy zrozumie o co chodzi.
Bardziej właściwe było by pytanie o RODZAJ ….czyli wirtualny, vps czy dedykowany ….oraz na jakiej platformie – windows czy linux
mam jakiś hosting testowy. Wkopiowałem WP w serwer i chciałem uruchomić install.php i takie coś pokazuje się. O co chodzi ?
WordPress
Error: PHP is not running
WordPress requires that your web server is running PHP. Your server does not have PHP installed, or PHP is turned off.
>
get_var(„SHOW TABLES LIKE '$wpdb->users'”) != null ); // Ensure that Blogs appear in search engines by default $blog_public = 1; if ( ! empty( $_POST ) ) $blog_public = isset( $_POST[’blog_public’] ); $weblog_title = isset( $_POST[’weblog_title’] ) ? trim( stripslashes( $_POST[’weblog_title’] ) ) : ”; $user_name = isset($_POST[’user_name’]) ? trim( stripslashes( $_POST[’user_name’] ) ) : 'admin’; $admin_password = isset($_POST[’admin_password’]) ? trim( stripslashes( $_POST[’admin_password’] ) ) : ”; $admin_email = isset( $_POST[’admin_email’] ) ? trim( stripslashes( $_POST[’admin_email’] ) ) : ”; if ( ! is_null( $error ) ) { ?>
ERROR: %s’ ), $error ); ?>
Przecież masz tam odpowiedź
Error: PHP is not running
WordPress requires that your web server is running PHP. Your server does not have PHP installed, or PHP is turned off.
Nie ma PHP (albo zostało wyłączone).
Pogadaj z administratorem albo poszukaj innego.