Bellow are the instructions for configuring SSL in Drupal:
1. Open your FTP program.
2. Find the file .htaccess in your web files. It should be in the root folder.
3. Using your FTP program, download the .htaccess file then open it using Notepad.
4.Add the bellow code to the the top of your .htaccess file.
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R,L]
If your Drupal is installed within a subfolder then add the following code instead of the above code.
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteCond %{REQUEST_URI} Folder1
RewriteRule ^(.*)$ https://www.domain.com/folder1/$1 [R,L]
5.Save the .htaccess file and the upload it to your account using your FTP access program.
Configure SSL in Drupal
Bellow are the instructions for configuring SSL in Drupal:
1. Open your FTP program.
2. Find the file...
configure ssl drupal
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users