Web server
Redirects and security rules
HTTP→HTTPS, open_basedir and upload_tmp_dir at project level.
-
HTTPS redirect
After SSL certificate issuance panel updates vhost for HTTPS. Add manual redirects in Virtual host editor (Web → Virtual host).
-
open_basedir
Web → Security: restrict PHP file access to document root and tmp/. Recommended for production CMS projects.
-
upload_tmp_dir
On Security tab set temporary upload directory within project (e.g. document root/tmp/).