payman_ej
12-03-2008, 08:56 AM
سلام
مشکل من با یک سایت دو زبانه با کامپوننت Nok Kaew V.1.6.2 و مامبو 4.6.5 فارسی روی مامبو سرور میباشد.
پس از فعال کردن گزینه "قابل فهم كردن لينك ها براي موتورهاي جستجو" و ایجاد فایل .htaccess وقتی زبان سایت رو انگلیسی میکنم منوها انگلیسی نمیشود.این در حالیست که ترجمه های مورد نیاز رو در Nok Kaew قرار دادم و منتشر هم کردم.همچنین این مشکل قبل از ایجاد فایل htaccess و غیر فعال بودن گزینه "قابل فهم كردن لينك ها براي موتورهاي جستجو" وجود نداشت و ترجمه منو ها به درستی نمایش داده میشد.میشه راهنمایی کنید و بگید کجای این فایل رو تغییر بدم تا درست بشه؟
این هم محتوای فایل .htaccess که ظاهرا مشکل از اینجاست:
##
# @package Mambo
# @author Mambo Foundation Inc see README.php
# @copyright Mambo Foundation Inc.
# See COPYRIGHT.php for copyright notices and details.
# @license <b><font color=red>فقط کاربران عضو انجمن می توانند لینک ها را مشاهده کنند</font></b> GNU/GPL, see LICENSE.php
# Mambo is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; version 2 of the License.
##
#
# mod_rewrite in use
#
RewriteEngine On
# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
# Update YourMamboDirectory (just / for root)
# RewriteBase /YourMamboDirectory
#
# Rules
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^content/(.*) index3.php
RewriteRule ^component/(.*) index3.php
RewriteRule ^mos/(.*) index3.php
مشکل من با یک سایت دو زبانه با کامپوننت Nok Kaew V.1.6.2 و مامبو 4.6.5 فارسی روی مامبو سرور میباشد.
پس از فعال کردن گزینه "قابل فهم كردن لينك ها براي موتورهاي جستجو" و ایجاد فایل .htaccess وقتی زبان سایت رو انگلیسی میکنم منوها انگلیسی نمیشود.این در حالیست که ترجمه های مورد نیاز رو در Nok Kaew قرار دادم و منتشر هم کردم.همچنین این مشکل قبل از ایجاد فایل htaccess و غیر فعال بودن گزینه "قابل فهم كردن لينك ها براي موتورهاي جستجو" وجود نداشت و ترجمه منو ها به درستی نمایش داده میشد.میشه راهنمایی کنید و بگید کجای این فایل رو تغییر بدم تا درست بشه؟
این هم محتوای فایل .htaccess که ظاهرا مشکل از اینجاست:
##
# @package Mambo
# @author Mambo Foundation Inc see README.php
# @copyright Mambo Foundation Inc.
# See COPYRIGHT.php for copyright notices and details.
# @license <b><font color=red>فقط کاربران عضو انجمن می توانند لینک ها را مشاهده کنند</font></b> GNU/GPL, see LICENSE.php
# Mambo is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; version 2 of the License.
##
#
# mod_rewrite in use
#
RewriteEngine On
# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
# Update YourMamboDirectory (just / for root)
# RewriteBase /YourMamboDirectory
#
# Rules
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^content/(.*) index3.php
RewriteRule ^component/(.*) index3.php
RewriteRule ^mos/(.*) index3.php