Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} \.(jpg|gif|png)$
RewriteRule .* http://deinedomain.de/img/404bild.jpg [R=301,L]
OK. Eigener Server mit .htaccess hab ich. Wie binde ich den Code jetzt ein? Direkt in das .htm-Dokument oder wie?