Skip to content

Commit 2da58e9

Browse files
committed
docs(wbh): add menu entry
1 parent acfb350 commit 2da58e9

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

menu/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3182,6 +3182,10 @@
31823182
{
31833183
"label": "Understanding cPanel",
31843184
"slug": "understanding-differences-cpanel-plesk"
3185+
},
3186+
{
3187+
"label": "Understanding security measures on a shared hosting",
3188+
"slug": "shared-hosting-best-practices"
31853189
}
31863190
],
31873191
"label": "Additional Content",

pages/webhosting/reference-content/shared-hosting-best-practices.mdx

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
meta:
3-
title: Understanding security measures on a shared hosting platform
3+
title: Understanding security measures on a shared hosting
44
description: This page helps you understand risk and security measures on a shared hosting platform.
55
content:
6-
h1: Understanding security measures on a shared hosting platform
6+
h1: Understanding security measures on a shared hosting
77
paragraph: This page helps you understand risk and security measures on a shared hosting platform.
88
tags: webhosting cpanel security-practices
99
dates:
10-
validation: 2025-06-24
11-
posted: 2025-06-24
10+
validation: 2025-06-30
11+
posted: 2025-06-30
1212
categories:
1313
- webhosting
1414
---
@@ -57,7 +57,11 @@ Sensitive files such as configuration files (`.env` files, or `wp-config.php` fi
5757

5858
### PHP scripts
5959

60-
It is recommended to set PHP scripts to the `755` permissions. If you want to restrict execution to the owner of the script only, set permissions to `744`.
60+
It is recommended to set PHP scripts to the `755` permissions. In some cases, `744` can be used to restrict execution to the owner of the script only.
61+
62+
<Message type="note">
63+
It is essential to review these permissions regularly to make sure that your hosting is not accessible to other users, and has not been compromised.
64+
</Message>
6165

6266

6367

0 commit comments

Comments
 (0)