This repository has been archived on 2025-06-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
suitedesk/modules/securepages
2017-07-26 12:24:44 +02:00
..
FAQ.txt New module 'Secure Pages' 2017-07-26 12:15:57 +02:00
LICENSE.txt New module 'Secure Pages' 2017-07-26 12:15:57 +02:00
README.txt New module 'Secure Pages' 2017-07-26 12:15:57 +02:00
securepages.admin.inc New module 'Secure Pages' 2017-07-26 12:15:57 +02:00
securepages.info New module 'Secure Pages' 2017-07-26 12:15:57 +02:00
securepages.install New module 'Secure Pages' 2017-07-26 12:15:57 +02:00
securepages.module Avoid error in multilanguages environments 2017-07-26 12:24:44 +02:00
securepages.test New module 'Secure Pages' 2017-07-26 12:15:57 +02:00

Configuration
------------------------------------------------------------------------------

Generally on test/development servers you do not have access to SSL, so 
generally you would like to disable secure pages on these systems.

To do this add the following to your settings.php

$conf['securepages_enable'] = 0;

Removal of SecurePages
------------------------------------------------------------------------------

In the case where your SSL mode has been disabled and you can no longer access
the administration section of your site to disable securepages you can do one
of the 2 following things.

  1. Use the above method to disable securepages.
  2. delete the secure pages module from your site.

If you can use the first option but if you can't edit your settings.php then
deleting it will not break your site, but will leave some variables that are
set by secure pages.