بسم الله الرحمن الرحيم
السلام عليكم ورحمة الله وبركاته
عندما أفتح لوحة التحكم يظهر لي تنبيه بالأحمر:
* انتبه !
لايوجد ملف .htaccess في مجلد التحميل "uploads", هذا يعني انه لو تم رفع اكواد خبيثه فسيتمكن المخترق من تشغيلها وقد يحدث امور لاتحمد عقباها !
أرجو المساعدة وإعطائي الملف الذي يجب وضعه وجزاكم الله خيراً
أريد ملف htaccess لمجلد uploads
-
- عضو مفيد
- مشاركات: 99
- اشترك في: 10 أكتوبر 2009, 18:44
- اتصال:
رد: أريد ملف htaccess لمجلد uploads
كود: تحديد الكل
# Htaccess for Protection
# Kleeja 2007 - 2010
# $Id: .htaccess 1557 2010-08-08 10:09:50Z saanina $
<Files ~ "^.*\.(php|php*|cgi|pl|phtml|shtml|sql|asp|aspx)">
Order allow,deny
Deny from all
</Files>
#Disable PHP engine in this folder
<IfModule mod_php4.c>
php_flag engine off
</IfModule>
#Disable PHP engine in this folder
<IfModule mod_php5.c>
php_flag engine off
</IfModule>
#Don't handle those types in this folder
RemoveType .php .php* .phtml .pl .cgi .asp .aspx .sql
#404 error should show something usefull
#todo/ images->image info, another show our info page
ErrorDocument 404 ../images/not_exists.jpg
.htaccess