• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

.htaccess security

[King-Game]

New Member
Để vào các foder file .htacces phòng tránh up shell:
<Files ~ “^.*\.(php|cgi|pl|php3|php4|php5|php6|phtml|shtml) ”>
Order allow,deny
Deny from all
</Files> Chống scan folder:
<IfModule mod_rewrite.c>
RewriteEngine on
# Rewrite URLs of the form 'index.php?r=x'.
RewriteCond%{REQUEST_FILENAME} !-f
RewriteCond%{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php [L,QSA]
</IfModule>
<Files ~”\.(inc|sql|php|cgi|pl|asp|aspx|jsp|txt)$”>
order allow,deny
deny from all
</Files>
 

Facebook Comments

Similar threads
Thread starter Title Forum Replies Date
Admin Redirection Script for phpBB 3.2/3.3+ (without SEO URLs) htaccess Xenforo 0
H Help File .htaccess vbb bị lỗi Vbulletin 5
yoona Help Cần hướng dẫn fix lỗi rule .htaccess Chuyên đề htaccess 5
L Xin giúp em về convert htaccess sang Nginx VPS & Dedicated Server 2
C Bảo mật 1 chút với .htaccess vs chmod Chuyên đề htaccess 0
Admin Share code .htaccess chống IP truy cập từ nước ngoài đơn giản, ngắn gọn và hiệu quả Chuyên đề htaccess 1
Admin Professional Htaccess VB 4 Vbb tutorial 0
Myshare Share Một vài code chuyển domain bằng .htaccess All Shared Scripts 0
Myshare Hướng dẫn Một số công dụng hữu ích của file .htaccess All Shared Scripts 0
C Rắc rối file .htaccess và code john giống gmvn Johncms 4
Admin Hướng dẫn tạo subdomain ảo với .htaccess Chuyên đề htaccess 6
Admin Hướng dẫn bảo mật wordpress với .htaccess Khác 0
Admin Sử dụng file .htaccess để tối ưu và bảo mật website Chuyên đề htaccess 1
Myshare Share Bảo mật chống hack wap upload bằng file .htaccess Chuyên đề htaccess 0
Myshare Share giữ kết qủa tìm kiếm cho wapsite khi thay đổi tên miền bằng htaccess 301 Redirect Hỏi đáp về domain & hosting 0
Myshare Share Chuyển hướng từ tên miền cũ sang tên mới bằng htaccess Hỏi đáp về domain & hosting 0
G Hỏi Sửa file .htaccess Bảo mật 3
Admin Cấu hình file .htaccess để thêm addon domain Chuyên đề htaccess 0
K .htaccess (full chức năng) Bảo mật 0
T Cho xin file .htaccess chặn vps ddos Vbulletin 3
Admin File .htaccess giúp hạn chế ddos Chuyên đề htaccess 0
Admin Share file .htaccess chuẩn cho JohnCMS Johncms 2
G [help] Rewrite url bằng .htaccess Chuyên đề htaccess 1
Admin Tự động chuyển địa chỉ có www sang dạng không có và ngược lại bằng .htaccess Chuyên đề htaccess 0
style Show File .htaccess Trong Host Chuyên đề htaccess 3
Admin Hướng dẫn chặn ip vào site bằng htaccess Chuyên đề htaccess 6
Admin Giới thiệu về file .htaccess Chuyên đề htaccess 0
Admin Hướng dẫn tắt mod_security bằng htaccess Chuyên đề htaccess 0
Admin Hướng dẫn tự động Redirect nếu cookie không được thiết lập bằng htaccess Chuyên đề htaccess 0
Admin Hướng dẫn thay thế trang báo lỗi mặc định thành trang tùy chỉnh với htaccess Chuyên đề htaccess 0
Admin [Hướng dẫn] Redirect bằng htaccess Chuyên đề htaccess 0
Admin Bảo mật với htaccess Chuyên đề htaccess 0
Admin Files .htaccess và .htpasswd được dùng để làm gì Chuyên đề htaccess 0
Admin Tham khảo vài tham số trong mod rewrite của htaccess Chuyên đề htaccess 0
Admin [Hướng dẫn] chống ddos bằng .htaccess không lỗi 404 Chống local, attack, symlink, ddos 34
P Các cách hacks file .htaccess Chuyên đề htaccess 2
Admin .htaccess Hacking 26
H Xin hd chèn head và foot bằng .htaccess Wap builder, wapego, xtgem, wen.ru, wapka, wap4 8
Admin Tự động chèn header và footer bằng .htaccess Kiến thức lập trình 4
Admin Hướng dẫn chạy file .htaccess trong host kloxo Hosting / Domain 0
Admin Bảo vệ thư mục bằng .htaccess Vbulletin 5
Admin Bảo mật wap upload chống run shell với .htaccess và chmod Chống local, attack, symlink, ddos 0
Admin Anti ddos bằng htaccess Mã nguồn web 20
Admin Share bản quyền Avast Premium Security và Avast Cleanup đến năm 2031 Phần mềm 2
Admin XenForo 2.1.12 Released (Security Fix) Xenforo 0
Admin XenForo 2.2.1 Released (Includes Security Fix) Xenforo 0
cuongpro9x Share Kaspersky Endpoint Security 11 - Giấy phép 6 tháng miễn phí Phần mềm 2
dammechiase Phần mềm diệt virut miễn phí ESET Smart Security 12.0.31.0 + Key Premium mới nhất Trò chơi 0
Tornado - Bulletproof - Security - Tornado service - Hosting / Domain 4
dammechiase Tải Kaspersky Internet Security 2019 + Key Bản Quyền 1 Năm mới nhất Phần mềm 0

Similar threads

New posts New threads New resources

Back
Top