dieterholvoet / oc-landingpage-plugin
Provides the possibility to define a page as landing page, redirecting all requests to that page
Installs: 224
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:october-plugin
Requires
- php: >=7.0.8
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2024-12-20 03:53:48 UTC
README
Provides the possibility to define a page as landing page, redirecting all requests to that page
Installation
This OctoberCMS plugin requires PHP 7.0.8 or higher. It can be installed using Composer:
composer require dieterholvoet/oc-landingpage-plugin
How does it work?
When enabled, this plugin makes sure that any visited page will redirect to a chosen landing page. This can be useful for when a website is still in development and a temporary landing page has to be shown.
Enable the plugin
To enable the plugin, go to the plugin settings under the CMS section and choose a page to use as landing page. Make sure the Enable redirection to the landing page switch is on.
Circumvent the redirect
Users with the Circumvent the landing page redirection permission can visit the websites pages while logged in, without being redirected to the landing page.
Security
If you discover any security-related issues, please email dieter.holvoet@gmail.com instead of using the issue tracker.
License
Distributed under the MIT License. See the LICENSE file for more information.