Setting up Drupal to use SSL¶
Configuring Drupal to use SSL can be a simple process, follow the instructions below:
Drupal 7¶
Note
This'll require some file modification knowledge. If you're uncomfortable with any particular step, contact fused.
- Use your favorite file manager (cPanel file manager, SSH, SSHFS, SFTP, FTPS) to adjust the ~/sites/default/settings.php file.
- Change the $base_url setting from its http:// counterpart to https://
- Test everything, if anything is awry reach out to us.