From 1 of February, outdated PHP versions (5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0) are supported only in the Business, Pro and Ultimate packages.
If you use the Starter package and your website no longer works after the mentioned date, you can find additional information and solutions HERE

Some customers have asked for recommendations on how to temporarily restrict access to their website. There are several solutions for this:
1. Restrict access to the entire web directory with a password
2. Block WWW access to the entire web directory


1. Restrict access to the entire web directory with a password

1. Log in to your cPanel control panel (guide available HERE)
2. In cPanel, go to Files -> Directory Privacy
3. In the directory tree, find the appropriate folder by clicking the folder icons and, once you have found the correct folder, click EDIT on the same row as the folder name
4. Tick the checkbox “Password protect this directory.”, enter a name for the password protection, and save
5. Add the desired usernames and save
Now access to the directory from the web is protected with credentials.


2. Block WWW access to the entire web directory

This can be done via .htaccess by restricting all traffic to the directory where the .htaccess file is located.
To do this:
1. In cPanel, go to Files -> File Manager
2. In the directory tree, navigate to the appropriate folder and edit the existing .htaccess file, or add a new .htaccess file and insert the suitable code from the examples below on the first line, i.e., at the very top of the file.

Simple restriction:

Require all denied
Deny from all

Simple restriction with a maintenance message:

Require all denied
Deny from all
ErrorDocument 403 "Website under maintenance"

Closed page restriction with a more specific bilingual message:

AddDefaultCharset UTF-8
Require all denied
Deny from all
ErrorDocument 403 "<!DOCTYPE html><html lang='et'><head><meta charset='utf-8'><title>403 - Juurdep&#228;&#228;s keelatud / Access forbidden</title><style>html,body{height:100%;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:#f5f5f5;color:#333;}body{display:flex;align-items:center;justify-content:center;text-align:center;} .box{max-width:520px;background:#fff;padding:2rem 2.5rem;border-radius:12px;box-shadow:0 6px 18px rgba(0,0,0,0.08);} h1{font-size:1.6rem;margin:0 0 .75rem;} p{margin:.25rem 0;line-height:1.5;font-size:1rem;} .muted{color:#777;font-size:.9rem;margin-top:.75rem;}</style></head><body><div class='box'><h1>403 - Juurdep&#228;&#228;s keelatud / Access forbidden</h1><p>See veebileht on suletud ega ole enam k&#228;ttesaadav.</p><p>This site has been closed and is no longer available.</p><p class='muted'>T&#228;name k&#252;lastamast.<br>Thank you for your visit.</p></div></body></html>"

Closed page restriction with a more specific multilingual message:

AddDefaultCharset UTF-8
Require all denied
Deny from all
ErrorDocument 403 "<!DOCTYPE html><html lang='et'><head><meta charset='utf-8'><title>&#52;&#48;&#51;&#32;&#45;&#32;&#74;&#117;&#117;&#114;&#100;&#101;&#112;&#228;&#228;&#115;&#32;&#107;&#101;&#101;&#108;&#97;&#116;&#117;&#100;&#32;&#47;&#32;&#1044;&#1086;&#1089;&#1090;&#1091;&#1087;&#32;&#1079;&#1072;&#1087;&#1088;&#1077;&#1097;&#1077;&#1085;&#32;&#47;&#32;&#65;&#99;&#99;&#101;&#115;&#115;&#32;&#102;&#111;&#114;&#98;&#105;&#100;&#100;&#101;&#110;</title><style>html,body{height:100%;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:#f5f5f5;color:#333;}body{display:flex;align-items:center;justify-content:center;text-align:center;} .box{max-width:520px;background:#fff;padding:2rem 2.5rem;border-radius:12px;box-shadow:0 6px 18px rgba(0,0,0,0.08);} h1{font-size:1.6rem;margin:0 0 .75rem;} p{margin:.25rem 0;line-height:1.5;font-size:1rem;} .muted{color:#777;font-size:.9rem;margin-top:.75rem;}</style></head><body><div class='box'><h1>403 - &#74;&#117;&#117;&#114;&#100;&#101;&#112;&#228;&#228;&#115;&#32;&#107;&#101;&#101;&#108;&#97;&#116;&#117;&#100; / &#1044;&#1086;&#1089;&#1090;&#1091;&#1087;&#32;&#1079;&#1072;&#1087;&#1088;&#1077;&#1097;&#1077;&#1085; / Access forbidden</h1><p>&#83;&#101;&#101;&#32;&#118;&#101;&#101;&#98;&#105;&#108;&#101;&#104;&#116;&#32;&#111;&#110;&#32;&#115;&#117;&#108;&#101;&#116;&#117;&#100;&#32;&#101;&#103;&#97;&#32;&#111;&#108;&#101;&#32;&#101;&#110;&#97;&#109;&#32;&#107;&#228;&#116;&#116;&#101;&#115;&#97;&#97;&#100;&#97;&#118;&#46;&#32;&#84;&#228;&#110;&#97;&#109;&#101;&#32;&#107;&#252;&#108;&#97;&#115;&#116;&#97;&#109;&#97;&#115;&116;&#46;</p><p>&#1069;&#1090;&#1086;&#1090;&#32;&#1089;&#1072;&#1081;&#1090;&#32;&#1079;&#1072;&#1082;&#1088;&#1099;&#1090;&#32;&#1080;&#32;&#1073;&#1086;&#1083;&#1100;&#1096;&#1077;&#32;&#1085;&#1077;&#1076;&#1086;&#1089;&#1090;&#1091;&#1087;&#1077;&#1085;&#46;&#32;&#1057;&#1087;&#1072;&#1089;&#1080;&#1073;&#1086;&#32;&#1079;&#1072;&#32;&#1074;&#1080;&#1079;&#1080;&#1090;&#46;</p><p class='muted'>This site has been closed and is no longer available. Thank you for your visit.</p></div></body></html>"

 

IP Info:
Radicenter 2026