رفتن به مطلب

پست های پیشنهاد شده

سلام

هاستم با فایل htaccess مشکل داره و وقتی این فایل رو فعال میکنم تا آدرس مطالب سایتم کوتاه تر بشه، دیگه سایت بالا نمیاد و پیغام زیر رو میده:

Internal Server Error

انگار یه سری از کدهاش از نظر امنیتی اشکال دارن!

چیکار باید کرد!؟

به اشتراک گذاری این ارسال


لینک به ارسال
به اشتراک گذاری در سایت های دیگر

مرسی دیدم!

قبلا یکی از هاستینگ هام جواب داده بود که:

این خطا به خاطر وجود دستور Options +FollowSymLinks در فایل htaccess. رخ می دهد.

دستور فوق به دلایل امنیتی بر روی سرور بسته شده و شما می بایست از دستور جایگزین Options +SymLinksIfOwnerMatch استفاده کنید.

1. وارد کنترل پنل هاست شده و از طریق گزینه File Manager فایل htaccess. را جهت ویرایش باز کنید.

جهت دسترسی به فایل فوق مطلب زیر را بخوانید:

http://support.bertina.ir/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=19&nav=0,3

2. دستور Options +FollowSymLinks را یافته و آن را پاک کنید و به جای آن دستور جایگزین Options +SymLinksIfOwnerMatch را وارد کنید.

اینبار از هاستیگ پرسیدم جواب داد:

shoma bayad kolan har khati ke toosh options hast ro az in file hazf konin

ممنون میشم راهنمایی کنین!

به اشتراک گذاری این ارسال


لینک به ارسال
به اشتراک گذاری در سایت های دیگر

سلام به همه دوستان

عیدتون مبارک

جناب یزدی تبار

شما نکاتی که تویه این صفحه و در پست شماره 10 نوشته شده رو مطالعه کردید؟

بعد از انجام این مراحل مشکل حل نشد یا اینکه نتونستید این مراحل رو انجام بدید؟

موفق باشید و سربلند

یا علی

به اشتراک گذاری این ارسال


لینک به ارسال
به اشتراک گذاری در سایت های دیگر

بله!

این هم محتویات htaccess من:

##
# @version $Id: htaccess.txt 14401 2010-01-26 14:10:00Z louis $
# @package Joomla
# @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
# @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
# Joomla! is Free Software
##


#####################################################
# READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE
#
# The line just below this section: 'Options +SymLinksIfOwnerMatch' may cause problems
# with some server configurations. It is required for use of mod_rewrite, but may already
# be set by your server administrator in a way that dissallows changing it in
# your .htaccess file. If using it causes your server to error out, comment it out (add # to
# beginning of line), reload your site in your browser and test your sef url's. If they work,
# it has been set by your server administrator and you do not need it set here.
#
#####################################################

## Can be commented out if causes errors, see notes above.
Options +SymLinksIfOwnerMatch

#
# mod_rewrite in use

RewriteEngine On

########## Begin - Rewrite rules to block out some common exploits
## If you experience problems on your site block out the operations listed below
## This attempts to block the most common type of exploit `attempts` to Joomla!
#
## Deny access to extension xml files (uncomment out to activate)
#
#Order allow,deny
#Deny from all
#Satisfy all
#
## End of deny access to extension xml files
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
# Block out any script trying to base64_encode crap to send via URL
RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
# Block out any script that includes a

به اشتراک گذاری این ارسال


لینک به ارسال
به اشتراک گذاری در سایت های دیگر

لطفا کد زیر رو امنحان کنید :


##
# @version $Id: htaccess.txt 14401 2010-01-26 14:10:00Z louis $
# @package Joomla
# @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
# @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
# Joomla! is Free Software
##


#####################################################
# READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE
#
# The line just below this section: 'Options +SymLinksIfOwnerMatch' may cause problems
# with some server configurations. It is required for use of mod_rewrite, but may already
# be set by your server administrator in a way that dissallows changing it in
# your .htaccess file. If using it causes your server to error out, comment it out (add # to
# beginning of line), reload your site in your browser and test your sef url's. If they work,
# it has been set by your server administrator and you do not need it set here.
#
#####################################################

## Can be commented out if causes errors, see notes above.
## Options +SymLinksIfOwnerMatch

#
# mod_rewrite in use

RewriteEngine On

########## Begin - Rewrite rules to block out some common exploits
## If you experience problems on your site block out the operations listed below
## This attempts to block the most common type of exploit `attempts` to Joomla!
#
## Deny access to extension xml files (uncomment out to activate)
#
#Order allow,deny
#Deny from all
#Satisfy all
#
## End of deny access to extension xml files
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
# Block out any script trying to base64_encode crap to send via URL
RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
# Block out any script that includes a

به اشتراک گذاری این ارسال


لینک به ارسال
به اشتراک گذاری در سایت های دیگر
جناب یزدی تبار

شما نکاتی که تویه این صفحه و در پست شماره 10 نوشته شده رو مطالعه کردید؟

بعد از انجام این مراحل مشکل حل نشد یا اینکه نتونستید این مراحل رو انجام بدید؟

من در اون صفحه دو تا روش رو معرفی کردم ، مشکل شما با روش اول حل شد.

به اشتراک گذاری این ارسال


لینک به ارسال
به اشتراک گذاری در سایت های دیگر

به گفتگو بپیوندید

هم اکنون می توانید ارسال داشته باشید و بعد ثبت نام خود را در سایت کامل نمایید. اگر حساب کاربری در سایت دارید، جهت ارسال با حساب کاربری خود هم اکنون وارد سایت شوید

مهمان
ارسال پاسخ به این موضوع ...

×   شما در حال چسباندن محتوایی با قالب بندی هستید.   حذف قالب بندی

  تنها استفاده از 75 اموجی مجاز می باشد.

×   لینک شما به صورت اتوماتیک جای گذاری شد.   نمایش به صورت لینک

×   محتوای قبلی شما بازگردانی شد.   پاک کردن محتوای ویرایشگر

×   شما مستقیما نمی توانید تصویر خود را قرار دهید. یا آن را اینجا بارگذاری کنید یا از یک URL قرار دهید.


×
×
  • افزودن...