# Aplikacja gościa: świeży HTML/PHP (w app.php dynamiczne ?v= z filemtime)
Header set Cache-Control "no-store, no-cache, must-revalidate, max-age=0"
Header set Pragma "no-cache"
Header set Expires "0"
# Nie serwuj app.html zamiast reguły rewrite / app.php
Options -MultiViews
# QR: app.html → app.php (gdy mod_rewrite działa; inaczej app.html robi redirect w JS)
RewriteEngine On
RewriteRule ^app\.html$ app.php [L,QSA]