To guarantee that guests to your site utilize a scrambled SSL/HTTPS of course, you should put a bit of code in the .htaccess record of your website.If you don’t yet have a SSL authentication and/or have not introduced it yet, you can experience the article Install SSL testament .When the SSL declaration is introduced and the SSL association works by means of https://www.yourdomain.com you can guarantee that all movement naturally from https://www.yourdomain.com to https://uwdomein.nl being diverted to constrain a safe SSL association. How might I drive secure SSL/HTTPS for my domain?To guarantee that all guests utilize the safe SSL/HTTPS association, put the accompanying lines of code in the .htaccess record which you can discover in the organizer/spaces/yourdomain.nl/public_html envelope by means of FTP or the filemanager from Directadmin.## – Force HTTPS association entire area – ##
RewriteEngine On
RewriteCond% {HTTPS}! = On
RewriteRule ^/? (. *) Https:/% {SERVER_NAME}/$ 1 [ R, L]
##How would i be able to compel a SSL/HTTPS association for a subfolder of my domain?In expansion to driving a safe association on the whole space, you can likewise constrain a specific piece of your area. For instance, in the event that you have introduced a web store on ‘www.yourdomain.com/webshop/’ then you can drive a protected SSL/HTTPS association for this envelope only.You need to embed the code beneath into the .htaccess document set in that particular folder:## – Force HTTPS association of a catalog – ##
RewriteEngine On
RewriteCond% {HTTPS}! = On
RewriteRule (. *) Https:/% {HTTP_HOST}% {REQUEST_URI } [R, L]
##Force SSL/HTTPS association for WordPressIn arrange for guests to your WordPress site to be naturally associated by means of the protected SSL/HTTPS association, you can introduce and initiate the ‘ Really Simple SSL ‘ module in your WordPress administrator after your SSL authentication has been installed.This WordPress module guarantees that every one of your pages consequently allude to the https:/version.Force SSL/HTTPS association for JoomlaTo interface guests to your Joomla site through the safe SSL/HTTPS you have to take after these steps:1. Login to Directadmin.
2. Open the Filemanager and go to/spaces/yourdomainname.nl/public_html.
3. Tap on alter in the ‘setups’ document.
4. Locate the accompanying line:
var $ live_site = ”
5. Supplant it with:
var $ live_site = ‘https://www.yourdomainname.com’
6. Tap on ‘Spare’.
7. Tap on alter with the ‘.htaccess’ record.
8. Include the accompanying lines at the highest point of the file:RewriteEngine On
RewriteCond% {HTTPS}! = On
RewriteRule ^/? (. *) Https:/% {SERVER_NAME}/$ 1 [R, L]9. Tap on ‘Spare’.
10. Login to your Joomla Administrator board.
11. Go to ‘ System >> General settings’.
12. For drive, select SSL ‘Whole site’.
13. Tap on ‘Save’.Force SSL/HTTPS association for MagentoTo interface guests to your Magento site by means of the protected SSL/HTTPS you have to take after these means: 1. Login on your Magento backend.
2. Go to ‘Framework >> Configuration’.
3. Tap on ‘Web’ on the left.
4. Change the accompanying:
“Fundamental URL” to “https://www.yourdomainname.com”
“Utilize secure URLs in front-end” to “Yes”
“Utilize secure URLs in administrator” to “Yes”
5. Tap on ‘Save’.
For Magento 2.0 comments blew
Comments
Loading…
Loading…
Comments