رفتن به مطلب
mosbate16

مشکلاتی که با تغییر در فایل htaccess در سایت ایجاد شد ( مشکلی عجیب)

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

با سلام و خسته نباشید ...

دوستان من یک صحفه ی اینترو برای سایتم درست کردم و با کد های html هم آشنا هستم ولی متاسفانه بعد از آپلود صحفه اینترو در ورودی سایت نشان داده نشد و باز هم صحفه اول پیشفرض index.php نشان داده شد .

قبلا در این مورد تحقبق کرده بودم و یه جایی خونده بودم باید توی htaccess تغییراتی ایجاد کنم و index.php را به index.html تغییر بدم ... و من این تغیرات رو انجام دادم !

[align=left][align=left][align=right][align=left][align=left]

##

# @package Joomla

# @copyright Copyright © 2005 - 2012 Open Source Matters. All rights reserved.

# @license GNU General Public License version 2 or later; see LICENSE.txt

##

##

# READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE!

#

# The line just below this section: 'Options +FollowSymLinks' 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 +FollowSymLinks

## 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!

#

# Block out any script trying to base64_encode data within the URL.

RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR]

# Block out any script that includes a

RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]

# Block out any script trying to set a PHP GLOBALS variable via URL.

RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]

# Block out any script trying to modify a _REQUEST variable via URL.

RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})

# Return 403 Forbidden header and show the content of the root homepage

RewriteRule .* index.html [F]

#

## End - Rewrite rules to block out some common exploits.

## Begin - Custom redirects

#

# If you need to redirect some pages, or set a canonical non-www to

# www redirect (or vice versa), place that code here. Ensure those

# redirects use the correct RewriteRule syntax and the [R=301,L] flags.

#

## End - Custom redirects

##

# Uncomment following line if your webserver's URL

# is not directly related to physical file paths.

# Update Your Joomla! Directory (just / for root).

##

# RewriteBase /

## Begin - Joomla! core SEF Section.

#

RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

#

# If the requested path and file is not /index.php and the request

# has not already been internally rewritten to the index.php script

RewriteCond %{REQUEST_URI} !^/index\.html

# and the request is for something within the component folder,

# or for the site root, or for an extensionless URL, or the

# requested URL ends with one of the listed extensions

RewriteCond %{REQUEST_URI} /component/|(/[^.]*|\.(php|html?|feed|pdf|vcf|raw))$ [NC]

# and the requested path and file doesn't directly match a physical file

RewriteCond %{REQUEST_FILENAME} !-f

# and the requested path and file doesn't directly match a physical folder

RewriteCond %{REQUEST_FILENAME} !-d

# internally rewrite the request to the index.php script

RewriteRule .* index.html [L]

#

## End - Joomla! core SEF Section.

[/align][/align][/align][/align][/align]

همونتور که با رنگ قرمز نشان دادم همین تغیرات من بود !

بعد از اون وقتی رفتم index.html را ببینم ( صحفه اینترو در اول سایتم-خوش آمد گویی) بازهم تغییراتی ندیدم ولی !!!!

بعد از اینکه بر روی لینک مطالب کلیک کردم !

صحفه مطلب همان صحفه index.html بود ولی بدون عکس و قالب (style.css) ....

یعنی صحفه ای سفید و بدون عکس !!

برای حل مشکل htaccess را جایگزین ادیت شده گذاشتم ! ( قبل از اینکه این فایل را تغییر بدم یک کپی از آن گرفته بودم ...)

متاسفانه باز وقتی روی متالب کلیک میکردم با ارور 404 سرور مواجه شدم !

Not Found

The requested document was not found on this server.

Web Server at

از مدیران و عزیزان محترم میخوام که مثل همیشه مارو کمک و یاری کنند ..

با تشکر :heart:

_________________________________________________________

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

سرچ زدم چیزی یافت نشد ... اگه موضع تکراری است معذرت میخوام ولی اگه میشه لینک رو بزارید تا کاربر بعدی که توی گوگل سرچ زد و همچین مشکلی داشت به جواب برسه

صحفه ادمین بدون مشکل بالا میاد

قبل از اینکه تغییراتی انجام بدم سایت هیچ مشکلی نداشت !


خوب دوستان مشکل من حل شد !:002:

مشکل من این بود که نقطه "." رو قبل از htaccess قرار نداده بودم و گویا با دانلود کردن این فایل "." توسط ویندوز یا به هر شکل دیگر حذف شده بوده است !

جواب درست :

htaccess.

اشتباه :

آپلود فایل بدون

htaccess

امید وارم از این مطلب به عنوان یک مطلب مفید استفاده بشه ... برای دیگر کاربران جوملا فارسی :002:

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


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

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

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

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

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

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

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

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

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


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