htaccess's tag archives

PHP Fusionda 404 Hata Sayfası Modülü – 404 Page Error Module For PHP Fusion

Bu mod sayesinde sitenizde artık hatalı linke giderse sayfa bulunamadı (error 404 - page not found) yerine sitenizden belirlediğiniz sayfa çıkacak (fusion klasörü dışında da geçerli hem de :) ), ayrıca isterseniz kişinin nereden geldiği vs de email olarak mailinize gönderilebilecek Within this mod, you can generate custom 404 error pages for php fusion over its environment, and the code can even inform you with email messages about the error page yapacaklarınız (to do): sitenizin ana kl...

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_compr...
Copy Protected by Chetan's WP-CopyProtect.