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.

index.swf zur "default" machen

Empfohlene Antworten

Veröffentlicht

halli hallo!

ich habe mal eine frage, und ich weiß auch, daß es geht, ich komme nur nicht drauf:

was muss ich nochmal in die .htaccess schreiben, daß z.b. die "index.swf" und nicht die "index.html" ect. zur default startseite im webserver gemacht wird? (ist nicht meiner, sondern vom provider...) ich hab es irgentwo mal gelesen, finde es aber nicht mehr wieder :(

danke im voraus!

bis denn dann!

Hallo,

die Anweisung die du suchst heisst DirectoryIndex.

Ob du diese jedoch in der .htaccess aendern darfst, haengt von den AllowOverride Einstellungen deines Providers ab.

Solltest du es nicht aendern duerfen, jedoch eine index.php als Startseite benutzen koennen, hilft dir vermutlich folgendes kleines Skript:

index.php:


<?php
header("Location: <urlzuflash");
?>
[/PHP]

gruss

Michael

Oh, na dann bin ich mir ziemlich sicher dass das mit dem DirectoryIndex nicht klappen wird. Aber trotzdem, viel Glueck! :)

Da Du ja kein PHP verwenden kannst und warscheinlich das mit der htaccess fehlschlagen wird, kannst Du auch mit HTML einen Redirect durchführen oder JS. Das ist zwar nicht besonders konformtabel und zuverlässig, aber besser als gar nichts.

Hallo,

mit folgendem Syntax kannst Du einen Forwading mit HTML erstellen:

<meta http-equiv="refresh" content="0; URL=http://www.fachinformatiker.de">

Die 0 steht für die Anzahl der Sekunden.

Ach ja, und JS:

<html>

<body onLoad="window.open('http://fachinformatiker.de","_self");">

</body>

</html>

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.