mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-15 04:31:16 +03:00
htaccesstools.com do support HTTPS => Upgrading links and removing related warning line
parent
7369716fa7
commit
b3641ae604
1 changed files with 3 additions and 4 deletions
|
@ -42,11 +42,10 @@ Just copy and paste the contents to your `.htpasswd` file.
|
|||
|
||||
**2) Online generator (read warning!)**
|
||||
|
||||
You can create your own `.htpasswd` file online using a `.htpasswd` generator like this: http://www.htaccesstools.com/htpasswd-generator/
|
||||
You can create your own `.htpasswd` file online using a `.htpasswd` generator like this: https://www.htaccesstools.com/htpasswd-generator/
|
||||
|
||||
**WARNING!**
|
||||
- Never insert real passwords to an online generator!
|
||||
- Be aware that the [`.htpasswd` generator](http://www.htaccesstools.com/htpasswd-generator/) doesn't support `https` and therefore all data entered is clearly visible to anyone listening!
|
||||
|
||||
**3) Generate your own password**
|
||||
|
||||
|
@ -65,7 +64,7 @@ echo $password;
|
|||
?>
|
||||
```
|
||||
|
||||
>source: http://www.htaccesstools.com/articles/create-password-for-htpasswd-file-using-php/
|
||||
>source: https://www.htaccesstools.com/articles/create-password-for-htpasswd-file-using-php/
|
||||
|
||||
### Create a .htaccess file
|
||||
|
||||
|
@ -93,7 +92,7 @@ Notice: You must change the `AuthUserFile` location to fit your own server (i.e.
|
|||
|
||||
**2) Online generator**
|
||||
|
||||
You can use an online generator to create the file for you and copy-paste it to your `.htaccess` file: http://www.htaccesstools.com/htaccess-authentication/
|
||||
You can use an online generator to create the file for you and copy-paste it to your `.htaccess` file: https://www.htaccesstools.com/htaccess-authentication/
|
||||
|
||||
## RSS-Bridge Authentication
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue