Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

http auf https migrieren

Empfohlene Antworten

Veröffentlicht

Hallo,

will bei einer von mir zu entwickelnden Webserveranwendung die Möglichkeit berücksichtigen, die eventuell spätere Migrierung von http auf https zu ermöglichen.

Was muss alles verändert werden, um https einsetzen zu können?

Muss ich nur die absolutbezogenen Links verändern oder muss die komplette Umgebung angepasst werden? Abgesehen davon, dass https in Apache zu integrieren ist.

Eventuell die mit GET oder POST übergebenen Strings entschlüsseln?

Sorry, habe noch nicht mit https gearbeitet. Deshalb die ünglückliche Formulierung.

Danke vorab

da nich das auch interessiert, wie sage ich das dem webserver, das er die automatisch umleiten soll nach https:// ?

Unter Apache z.B. damit (sofern mod_rewrite geladen ist):


<VirtualHost 192.168.128.9:80>

    ServerName my.serverna.me


    # alles auf https umleiten...

    RewriteEngine On

    RewriteRule ^/(.*)$ [url]https://my.serverna.me/[/url]$1 [R=301]

</VirtualHost>

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.