Support » Plugin: Really Simple SSL » Simply

  • the best among some others to transform from http to https or back again! Very kind support!
    No yet any difficulties with official other plugins.

    In case of a self hosted apache web server of course it is necessary to have a flawless setup of the virtual server directives, beside the specific certificate and key directives i.e.

    <VirtualHost *:443>
    DocumentRoot /var/www/wordpressroot
    ServerName this&that.domain
    <Directory “/var/www/wordpressroot”>
    Allow from all
    Options Indexes FollowSymlinks
    AllowOverride All
    Require all granted
    </Directory>

  • The topic ‘Simply’ is closed to new replies.