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.

<span id="more-38"></span>
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
 
<ol>
# preserve bandwidth for PHP enabled servers
&lt;ifmodule mod_php4.c>
php_value zlib.output_compression 16386
<lt;/ifmodule>
php_flag zlib.output_compression On
php_value zlib.output_compression_level 1</ol>

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

VN:F [1.9.11_1134]
Rating: 5.5/10 (2 votes cast)
VN:F [1.9.11_1134]
Rating: +2 (from 4 votes)
htaccess ile gzip desteği - gzip with htaccess, 5.5 out of 10 based on 2 ratings