Jump to content

  • Free consultations and support
  • Live chatClick Here for Live Chat
  • Call ico 1888-906-1888
    Phone support: Open

    Ready for your call :)

    Our business hours:

    Mon — Fri, 2am — 8pm (EST)

    US & EU support teams

    Phone support: Closed

    We are back in: 1h 20m

    Our business hours:

    Mon — Fri, 2am — 8pm (EST)

    US & EU support teams


Configure SSL in Drupal

configure ssl drupal

  • Please log in to reply
 

#1 Ammar11

Ammar11

    Senior Member

  • Designer
  • 197 posts

Posted 20 November 2012 - 07:07 PM

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.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users