-
January 9th, 2020, 01:04
#1
تبدیل یک قطعه کد htaccess به webconfig
درود
قطعه کد زیر رو :
کد:
<Files ~ "^.*\.(php|php*|cgi|pl|phtml|shtml|sql|asp|aspx)"> Order allow,deny Deny from all </Files> <IfModule mod_php4.c> php_flag engine off </IfModule> <IfModule mod_php5.c> php_flag engine off </IfModule> <IfModule mod_php7.c> php_flag engine off </IfModule> RemoveType .php .php* .phtml .pl .cgi .asp .aspx .sql
میخوام به web.config تبدیل کنم
اگر کسی میتونه بگه
ممنون
-
-
January 9th, 2020 01:04
# ADS
-
January 9th, 2020, 03:37
#2
عضو جدید
پاسخ : تبدیل یک قطعه کد htaccess به webconfig
-
-
January 9th, 2020, 11:34
#3
پاسخ : تبدیل یک قطعه کد htaccess به webconfig

نوشته اصلی توسط
amin_lni
کاش کدی که من گذاشتم رو اول نگاه میکردید بعد لینک میدادید
من ریو رایت رو بلدم و خود iis هم چنین قابلیت تبدیلی داره
این کد ریو رایت نیست و کد جلوگیری از اپلود شل در اچ تی اکسس هست
-