Title: Private Website &#8211; Login Required
Author: roehler
Published: <strong>25 ກັນຍາ 2024</strong>
Last modified: 2 ເມສາ 2026

---

ຄົ້ນຫາປລັກອິນ

![](https://ps.w.org/private-website/assets/icon-256x256.png?rev=3233234)

# Private Website – Login Required

 ໂດຍ [roehler](https://profiles.wordpress.org/roehler/)

[ດາວໂຫຼດ](https://downloads.wordpress.org/plugin/private-website.0.3.0.zip)

 * [ລາຍລອຽດ](https://lo.wordpress.org/plugins/private-website/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/private-website/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/private-website/#installation)
 * [ການພັດທະນາ](https://lo.wordpress.org/plugins/private-website/#developers)

 [ການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/private-website/)

## ຄຳອະທິບາຍ

**Private Website – Login Required** is a simple and straightforward WordPress plugin
designed to restrict access to your website. By activating this plugin, users must
be logged in to view any content on your site. This is ideal for websites that host
sensitive or exclusive content and want to ensure that only authenticated users 
can access it.

There are no complicated settings to configure. Simply activate the plugin to enforce
the login requirement and deactivate it to remove the restriction.

This plugin was developed by [Robin Oehler](https://roehler.nrw).

### Privacy Policy

Private Website – Login Required uses [Appsero](https://appsero.com) SDK to collect
some telemetry data upon user’s confirmation. This helps us to troubleshoot problems
faster & make product improvements.

Appsero SDK does not gather any data by default. The SDK only starts gathering basic
telemetry data when a user allows it via the admin notice. We collect the data to
ensure a great user experience for all our users.

Integrating Appsero SDK DOES NOT IMMEDIATELY start gathering data, without confirmation
from users in any case.

Learn more about how [Appsero collects and uses this data](https://appsero.com/privacy-policy/).

### Bugs & Feedback

Your feedback is important to me. If you find mistakes, have wishes, ideas, or suggestions,
please send an email to [mail@roehler.nrw](https://lo.wordpress.org/plugins/private-website/mail@roehler.nrw?output_format=md).

Legal notice (German): [https://roehler.nrw/impressum/](https://roehler.nrw/impressum/)

You are free to use it on any website across countries to protect the privacy of
your users.

Note: Activating this plugin cannot guarantee that your website is completely compliant
with GDPR. When using Google Analytics, Facebook pixels, or other similar tools,
additional measures may need to be taken.

## ການຕິດຕັ້ງ

 1. Upload the plugin files to the `/wp-content/plugins/private-website` directory,
    or install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress.
 3. Once activated, the plugin will automatically restrict content to logged-in users
    only.
 4. To remove the login requirement, simply deactivate the plugin.

## ຄຳຖາມທີ່ພົບເລື້ອຍ

### What does this plugin do?

This plugin restricts access to your website content to only logged-in users. If
a user is not logged in, they will be redirected to the login page.

### Are there any settings I need to configure?

No, there are no settings to configure. Simply activate the plugin to enforce the
login requirement and deactivate it if you no longer want to restrict access.

### Can I allow access to specific pages without login?

Yes! Since version 0.3.0 you can use the `private_website_allowed_pages` filter 
to whitelist additional page filenames and `private_website_allowed_rest_routes`
to open specific REST API routes. Add these filters in your theme’s `functions.php`
or a custom plugin.

### How do I stop the login requirement?

To stop requiring a login to access your site, simply deactivate the plugin from
the ‘Plugins’ screen in WordPress.

## ການຣີວິວ

![](https://secure.gravatar.com/avatar/4717f2433d6587409afe1042111eb8b80c147e9e3b26268b9a2bd83f02eb87e8?
s=60&d=retro&r=g)

### 󠀁[Macht, was es soll](https://wordpress.org/support/topic/macht-was-es-soll-37/)󠁿

 [josephion](https://profiles.wordpress.org/josephion/) 24 ຕຸລາ 2024

Super simples Plugin! Genau was ich brauchte. An machen und Homepage nur per Login
sehen.

 [ ອ່ານການຣີວິວທັງໝົດ 1 ລາຍການ ](https://wordpress.org/support/plugin/private-website/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ

“Private Website – Login Required” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້
ໄດ້ມີສ່ວນຮ່ວມໃນການພັດທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

 *   [ roehler ](https://profiles.wordpress.org/roehler/)

[ແປ “Private Website – Login Required” ເປັນພາສາຂອງເຈົ້າ.](https://translate.wordpress.org/projects/wp-plugins/private-website)

### ສົນໃຈຮ່ວມພັດທະນາບໍ່?

[ເບິ່ງລະຫັດ](https://plugins.trac.wordpress.org/browser/private-website/), ກວດເບິ່ງ
[ຄັງເກັບ SVN](https://plugins.svn.wordpress.org/private-website/), ຫຼື ຕິດຕາມ [ບັນທຶກການພັດທະນາ](https://plugins.trac.wordpress.org/log/private-website/)
ຜ່ານ [RSS](https://plugins.trac.wordpress.org/log/private-website/?limit=100&mode=stop_on_copy&format=rss).

## ບັນທຶກການປ່ຽນແປງ

#### 0.3.0

 * Security: REST API no longer open to unauthenticated requests; only auth-related
   and oembed routes are allowed (filterable via `private_website_allowed_rest_routes`).
 * Security: Added `X-Frame-Options: DENY` header on redirect responses to prevent
   clickjacking.
 * Security: Explicit HTTP 302 status code on login redirects.
 * New: Allowed login pages are now filterable via `private_website_allowed_pages`.
 * Improved: DRY slug derivation via helper function; consistent WPCS formatting(
   tabs, spacing).
 * Fixed: Namespace check now uses correct single backslash (`Appsero\Client`).
 * Fixed: Removed closing `?>` tag to prevent accidental whitespace output.

#### 0.2.9

 * Ask for Appsero consent again after each admin login until consent is granted(
   re-prompts post-login).

#### 0.2.8

 * Show tracking status badge directly in the plugin description (Plugins screen).

#### 0.2.7

 * Add opt-in/out action link directly in the Plugins screen for this plugin (enables/
   disables Appsero tracking).

#### 0.2.6

 * Add uninstall.php for clean uninstall (removes Appsero options and clears scheduled
   events; multisite-aware).

#### 0.2.5

 * Add Appsero SDK (opt-in telemetry only), with admin notice and weekly schedule.
 * Add Privacy Policy section to readme; no data is collected without consent.
 * Minor refactors; keep strict redirects and security hardening from 0.2.4.

#### 0.2.4

 * Enhanced security with better input validation and sanitization.
 * Improved code structure following WordPress coding standards.
 * Added proper internationalization support with textdomain.
 * Better handling of AJAX requests, REST API, and cron jobs.
 * Added activation checks for minimum WordPress and PHP versions.
 * Updated contributor information to link to author website.
 * More efficient redirect logic with wp_safe_redirect.

#### 0.2.3

 * Improved function naming to follow WordPress coding standards and prevent conflicts.
 * Fixed SVN repository structure and tag management.
 * Reduced plugin tags to comply with WordPress.org requirements (maximum 5 tags).

#### 0.2.2

 * Updated “Tested up to” for WordPress 6.8.1.
 * Minor code enhancements for redirect URL generation and logic.

#### 0.2.1

 * Internal code refinements and minor updates.

#### 0.2.0

 * Updated compatibility information (previously tested up to WordPress 6.7.2).
 * General maintenance and minor improvements.

#### 0.1

 * Initial release of the plugin.
 * Basic functionality to require login for viewing website content.

## ຂໍ້ມູນກຳກັບ (Meta)

 *  ເວີຊັນ **0.3.0**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **5 ມື້ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **200+**
 *  ເວີຊັນ WordPress ** 5.0 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **6.8.5**
 *  ເວີຊັນ PHP ** 7.0 ຫຼື ສູງກວ່າ **
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/private-website/)
 * ແທັກ
 * [login](https://lo.wordpress.org/plugins/tags/login/)[members](https://lo.wordpress.org/plugins/tags/members/)
   [private](https://lo.wordpress.org/plugins/tags/private/)[Restrict access](https://lo.wordpress.org/plugins/tags/restrict-access/)
   [user authentication](https://lo.wordpress.org/plugins/tags/user-authentication/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/private-website/advanced/)

## ການໃຫ້ຄະແນນ

 5 ຈາກທັງໝົດ 5 ດາວ.

 *  [  ການວິຈານ 5 ດາວ ຈຳນວນ 1 ລາຍການ     ](https://wordpress.org/support/plugin/private-website/reviews/?filter=5)
 *  [  ການວິຈານ 4 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/private-website/reviews/?filter=4)
 *  [  ການວິຈານ 3 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/private-website/reviews/?filter=3)
 *  [  ການວິຈານ 2 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/private-website/reviews/?filter=2)
 *  [  ການວິຈານ 1 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/private-website/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/private-website/reviews/#new-post)

[ເບິ່ງ ຄຳຄິດເຫັນ ທັງໝົດ](https://wordpress.org/support/plugin/private-website/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ

 *   [ roehler ](https://profiles.wordpress.org/roehler/)

## ການຊ່ວຍເຫຼືອ

ມີຄຳຖາມ ຫຼື ຕ້ອງການຄວາມຊ່ວຍເຫຼືອບໍ່?

 [ເບິ່ງຟໍຣັມການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/private-website/)

## ບໍລິຈາກ

ເຈົ້າຕ້ອງການສະໜັບສະໜູນການພັດທະນາຂອງປລັກອິນນີ້ບໍ່?

 [ ບໍລິຈາກໃຫ້ປລັກອິນນີ້ ](https://www.roehler.nrw)