X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=doc%2FSSL.md;h=d3f5ecc895afb528e6de3ecb60341e91b4765091;hb=ee5acc29c3722de9b48c11fe0d6316a83f43f1de;hp=9d2bee775681ede587dc54d683d6e2fa149707d1;hpb=068d3dc7462fdd891498d9979f10e68eb824b617;p=friendica.git diff --git a/doc/SSL.md b/doc/SSL.md index 9d2bee7756..d3f5ecc895 100644 --- a/doc/SSL.md +++ b/doc/SSL.md @@ -71,9 +71,9 @@ Every time a user tries to access any Friendica page by any mean (manual address With Apache, enable the modules rewrite and ssl (with a shared hosting provider, this should be enabled already): - sudo a2enmod rewrite ssl + sudo a2enmod rewrite ssl -Add the following lines to the .htaccess file in the root folder of your Friendica instance (thanks to [url=https://github.com/AlfredSK]AlfredSK[/url]): +Add the following lines to the .htaccess file in the root folder of your Friendica instance (thanks to [AlfredSK](https://github.com/AlfredSK)): RewriteEngine On RewriteCond %{SERVER_PORT} 80