Hmm - after many hours my new script started to just 'work'. no idea on how or why. On Sat, Apr 30, 2022 at 4:02 PM <gordonisnz@xxxxxxxxx> wrote: > > Hi. > > here is my access > ----------------------------- > > Options +FollowSymLinks > RewriteEngine On > > RewriteRule ^(css) - [L] > > RewriteRule ^login login.php [NC,QSA,L] > > RewriteRule ^(.*) index.php [NC,QSA,L] > > -----------------------------