PHP FAQs

PHP installation FAQs:

 

Which versions of PHP can I choose from?

You can see all currently available PHP versions here:

http://www.testen.de

 

How do I configure the PHP version I want to use?

Please see PHP configuration.

 

How is PHP installed on the server?

All versions are called up from the Apache web server using FastCGI.

 

How big can a file be if I use a PHP script to upload it?

You can set the maximum file size for uploads for PHP scripts on Progressive Robot Console using the value "upload_max_filesize". See PHP configuration. This will also set the value for "post_max_size".

You can also set these values by .htaccess:

php_value post_max_size 200M
php_value upload_max_filesize 200M
  • 10 Kunder som kunne bruge dette svar
Hjalp dette svar dig?

Relaterede artikler

Block and unblock

Introduction By going to 'Block/Unblock', you can lock or unlock a specific account.   Lock...

Cron Job Manager

The Cron Job Manager makes it possible to automatically carry out particular scripts at regular...

DNS Administration

What is DNS Administration? The DNS management in Progressive Robot Console lets you set the...

Open Ports

To ensure maximum security, our firewall blocks all non-standard ports. In special cases, it may...

PHP configuration

In this section you can change the most important PHP configuration settings for your account....

Powered by WHMCompleteSolution