Guides

Practical step-by-step instructions for developers and system administrators — installation, maintenance, PHP, projects and troubleshooting.

Redirects and security rules

HTTP→HTTPS, open_basedir and upload_tmp_dir at project level.

  1. HTTPS redirect

    After SSL certificate issuance panel updates vhost for HTTPS. Add manual redirects in Virtual host editor (Web → Virtual host).

  2. open_basedir

    Web → Security: restrict PHP file access to document root and tmp/. Recommended for production CMS projects.

  3. upload_tmp_dir

    On Security tab set temporary upload directory within project (e.g. document root/tmp/).