My OS distribution is Fedora 14. Drupal 7. Apache web server with PHP support. I want the whole site to be HTTPS no exceptions. I googled but did not find a good tutorial. Anyone done this before?
Eric,
This is quite easy to achieve with the following module, and does not require Ubercart.
Http://drupal.org/project/uc_ssl
Another alternative is the Secure Pages module
You could also put a rewrite command in the .htaccess file in the Drupal root.
Shai
On Feb 28, 2011, at 3:40 PM, Eric Sepich sepotovich@gmail.com wrote:
My OS distribution is Fedora 14. Drupal 7. Apache web server with PHP support. I want the whole site to be HTTPS no exceptions. I googled but did not find a good tutorial. Anyone done this before?
-- [ Drupal support list | http://lists.drupal.org/ ]
Hi,
The best method to do this is to use a rewrite in your .htaccess file.
If the entire site it going to be protected by SSL, the adding a module like secure pages is just going to add unnessecery overhead.
Gordon.
On 01/03/2011, at 7:40 AM, Eric Sepich wrote:
My OS distribution is Fedora 14. Drupal 7. Apache web server with PHP support. I want the whole site to be HTTPS no exceptions. I googled but did not find a good tutorial. Anyone done this before?
-- [ Drupal support list | http://lists.drupal.org/ ]