Ähm, 7.23 ist der aktuellste Stand...larsneo hat geschrieben:opera auf den aktuellen stand aktualisieren

Code: Alles auswählen
if ( $do_gzip_compress )
{
//
// Borrowed from php.net!
//
$gzip_contents = ob_get_contents();
//
// Short URL implementation
//
$gzip_contents = replace_for_mod_rewrite($gzip_contents);
ob_end_clean();
$gzip_size = strlen($gzip_contents);
$gzip_crc = crc32($gzip_contents);
$gzip_contents = gzcompress($gzip_contents, 9);
$gzip_contents = substr($gzip_contents, 0, strlen($gzip_contents) - 4);
echo "\x1f\x8b\x08\x00\x00\x00\x00\x00";
echo $gzip_contents;
echo pack('V', $gzip_crc);
echo pack('V', $gzip_size);
}
Hier: htaccess.txtlarsneo hat geschrieben:kannst du eine kopie deiner .htaccess einmal als htaccess.txt zum download bereitstellen?
Code: Alles auswählen
www.phpbb.de/privmsg.php?mode=post&u=7310
Ähnliche Seiten
www.phpbb.de/viewtopic.php?t=8656&start=255
Ähnliche Seiten
www.phpbb.de/search.php?search_author=Acid
Ähnliche Seiten
www.phpbb.de/profile.php?mode=viewprofile&u=43
Ähnliche Seiten
www.phpbb.de/posting.php?mode=reply&t=8652
Ähnliche Seiten
www.phpbb.de/search.php?search_author=enrico
Ähnliche Seiten