Mehmet Ali - sysadmin Blog
.htaccess ile 301 kodlu yönlendirme
Site adresiniz tamamen değiştiğinde bu kuralı kullanabilirsiniz. Options +FollowSymlinks RewriteEngine on ReWriteCond %{HTTP_HOST} ^(www.)?eskiadres.com$ [NC] ReWriteRule ^(.*)$ http://www.yeniadres.com/$1 [R=301,L]
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in
İlgili satırdaki mysqlin aradığı sorgu veya tablo yoktur.
Dünya Sistem Yöneticileri Günü
Evet bugün 26 Temmuz 2013 ve Bu Temmuz’un son Cuma’sı. 2000 yılından beri her sene temmuzun son cuması Dünya Sistem Yöneticileri Günü olarak kutlanmaktadır. Zor şartlarda gece gündüz demeden çalışan Bütün sistem yöneticilerine bol...
Limit Connections per IP using mod_limitipconn on cPanel
One of the problems I had on one of my cPanel servers was that some people were using download managers to download files from server , so hundreds of connections were being ESTABLISHED to...
Prevent MySQL Injection in PHP
As it is explained everywhere on the web , the general solution to prevent mysql injection attacks in php is to use mysql_real_escape_string function , there are many guides on how to use it...