You are here

README.txt in Secure Pages 7

Same filename and directory in other branches
  1. 8 README.txt
  2. 6.2 README.txt
  3. 6 README.txt
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.

File

README.txt
View source
  1. Configuration
  2. ------------------------------------------------------------------------------
  3. Generally on test/development servers you do not have access to SSL, so
  4. generally you would like to disable secure pages on these systems.
  5. To do this add the following to your settings.php
  6. $conf['securepages_enable'] = 0;
  7. Removal of SecurePages
  8. ------------------------------------------------------------------------------
  9. In the case where your SSL mode has been disabled and you can no longer access
  10. the administration section of your site to disable securepages you can do one
  11. of the 2 following things.
  12. 1. Use the above method to disable securepages.
  13. 2. delete the secure pages module from your site.
  14. If you can use the first option but if you can't edit your settings.php then
  15. deleting it will not break your site, but will leave some variables that are
  16. set by secure pages.