I have made some changes to a clients website.
The client was continually being attacked using SQL injection, and at the moment the URL contains variables that the website needs (i.e. index.php?filenmae=home.php).
Yani mysql_real_escape_strings
ve stripslashes
kullanarak verebilir en iyi şekilde siteyi güvence sonra, ben daha sonra Apache yeniden URL yapmak için geldi.
Şu anda, web sitesi şu anda üzerinde sunucu mod_rewrite desteklemiyor (I phpinfo kullanarak kontrol ettik) ve bize ait bir sunucu değil. Ben bu web sitesi için mod_rewrite sağlayacak benim. Htaccess dosyasında yapabileceğimiz bir şey var mı?