htaccess ile gzip desteÄŸi – gzip with htaccess

şimdi size burada vereceğim kodla htaccess dosyanızla hiçbir php dosyasına dokanmadan gzip desteğini açabilirsiniz..
within the code i’ll give you here, you can enable gzip support with haccess.

bu kodu serverınızın ana klasöründeki .htaccess dosyasına atın,
add this code into your web server’s .htaccess file

    # preserve bandwidth for PHP enabled servers
    <ifmodule mod_php4.c>
    php_value zlib.output_compression 16386

    php_flag zlib.output_compression On
    php_value zlib.output_compression_level 1

eğer htaccess dosyası yoksa bir text dosyası yaratın .htaccess dosya adı ile ve atın yeterli ;)

VN:F [1.8.4_1055]
Rating: 10.0/10 (1 vote cast)
VN:F [1.8.4_1055]
Rating: +2 (from 4 votes)
htaccess ile gzip desteÄŸi - gzip with htaccess10.0101

Related posts:

  1. SoulSmasher’s Ultimate jQuery Helper for Komodo Media CSS Star Rater (Redux) With PHP and MySQL ?View Code TEXT/*jQuery Helper for Komodo Media CSS Star...

Related posts brought to you by Yet Another Related Posts Plugin.

  • arda kodları kopyalayamıyoruz.
blog comments powered by Disqus
Copy Protected by Chetan's WP-CopyProtect.