Kod
RewriteEngine On
RewriteRule ^profil-([^/]*)\.html$ /sayit/index.php?mode=viewprofile&u=$1 [L]
RewriteRule ^aktywuj-([^/]*)\.html$ /sayit/index.php?mode=activatepass&hash=$1 [L]
RewriteRule ^([^/]*)\.html$ /sayit/index.php?mode=$1 [L]
RewriteRule ^profil-([^/]*)\.html$ /sayit/index.php?mode=viewprofile&u=$1 [L]
RewriteRule ^aktywuj-([^/]*)\.html$ /sayit/index.php?mode=activatepass&hash=$1 [L]
RewriteRule ^([^/]*)\.html$ /sayit/index.php?mode=$1 [L]
Pierwsza i 3 linijka dobrze działają ale niestety w drugim przypadku pokazuje się sama biała pusta strona
Co tutaj może być źle?
Pozdrawiam