Zoek eens uit hoe het komt dat je pagina te vaak wordt omgeleid?
Een Location header die naar dezelfde pagina leidt? Of misshcien een ruziezoekende .htaccess in de weg?
Bedankt om even te zien maar toch blijft het raar dat, bij mij, het op 2 pc's met 3 (incl. firefox en 1 browsers alles goed gaat
maar op 1 andere pc, 2 browsers, niet goed.
@ivo p: Bedoel je dat de site ook bij jou niet opent?
mijn .htaccess
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteCond %{HTTP_HOST} janr.be
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [l]
# if a directory or a file exists, use it directly
RewriteCond %{REQUEST_URI} ^/schaak/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# otherwise forward it to index.php
RewriteRule (.*)$ /schaak/index.php?get=$1 [L]
Ik zoek verder naar eventuele headers dit een lus zouden maken.
Warning: Undefined variable $uri in /customers/4/b/9/janr.be/httpd.www/dlf.php on line 3 Warning: Cannot modify header information - headers already sent by (output started at /customers/4/b/9/janr.be/httpd.www/dlf.php:3) in /customers/4/b/9/janr.be/httpd.www/dlf.php on line 82 Warning: Cannot modify header information - headers already sent by (output started at /customers/4/b/9/janr.be/httpd.www/dlf.php:3) in /customers/4/b/9/janr.be/httpd.www/dlf.php on line 83 Warning: Cannot modify header information - headers already sent by (output started at /customers/4/b/9/janr.be/httpd.www/dlf.php:3) in /customers/4/b/9/janr.be/httpd.www/dlf.php on line 84 Warning: Cannot modify header information - headers already sent by (output started at /customers/4/b/9/janr.be/httpd.www/dlf.php:3) in /customers/4/b/9/janr.be/httpd.www/dlf.php on line 85 Warning: Cannot modify header information - headers already sent by (output started at /customers/4/b/9/janr.be/httpd.www/dlf.php:3) in /customers/4/b/9/janr.be/httpd.www/dlf.php on line 86 PK